@arco-iconbox/vue-smartcode 0.1.56 → 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.
@@ -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
@@ -301,3 +301,4 @@ export { default as IconLineCopy } from "./IconLineCopy/index.js";
301
301
  export { default as IconColorLogo } from "./IconColorLogo/index.js";
302
302
  export { default as IconColorApprove } from "./IconColorApprove/index.js";
303
303
  export { default as IconFillDataFilter } from "./IconFillDataFilter/index.js";
304
+ export { default as IconLineSearch } from "./IconLineSearch/index.js";
@@ -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
@@ -303,6 +303,7 @@ var index$4H = require("./IconLineCopy/index.js");
303
303
  var index$4I = require("./IconColorLogo/index.js");
304
304
  var index$4J = require("./IconColorApprove/index.js");
305
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;
@@ -606,3 +607,4 @@ exports.IconLineCopy = index$4H;
606
607
  exports.IconColorLogo = index$4I;
607
608
  exports.IconColorApprove = index$4J;
608
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.56",
3
+ "version": "0.1.57",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -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
@@ -300,4 +300,5 @@ export { default as IconColorCycle } from './IconColorCycle/index.vue';
300
300
  export { default as IconLineCopy } from './IconLineCopy/index.vue';
301
301
  export { default as IconColorLogo } from './IconColorLogo/index.vue';
302
302
  export { default as IconColorApprove } from './IconColorApprove/index.vue';
303
- export { default as IconFillDataFilter } from './IconFillDataFilter/index.vue';
303
+ export { default as IconFillDataFilter } from './IconFillDataFilter/index.vue';
304
+ export { default as IconLineSearch } from './IconLineSearch/index.vue';