@arco-iconbox/vue-te 0.0.39 → 0.0.40

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.
@@ -9,25 +9,24 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: false
12
+ default: true
13
13
  }
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M13 6H9V2H3V14H13V6ZM12.594 5L10 2.406V5H12.594ZM2.5 1H10L14 5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H7.5V6H5V5ZM5 11H11V12H5V11Z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_2
20
+ ];
17
21
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
22
  return openBlock(), createElementBlock("svg", mergeProps({
19
23
  viewBox: "0 0 16 16",
20
- fill: "none",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
21
25
  xmlns: "http://www.w3.org/2000/svg",
22
26
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-document`],
23
27
  width: "1em",
24
28
  height: "1em"
25
- }, _ctx.$attrs), [
26
- createElementVNode("path", {
27
- d: "M13 6H9V2H3V14H13V6ZM12.594 5L10 2.406V5H12.594ZM2.5 1H10L14 5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H7.5V6H5V5ZM5 11H11V12H5V11Z",
28
- fill: $props.useCurrentColor ? "currentColor" : "#000"
29
- }, null, 8, _hoisted_1)
30
- ], 16);
29
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
31
30
  }
32
31
  var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
33
32
  export { index as default };
@@ -9,25 +9,24 @@ const _sfc_main = {
9
9
  },
10
10
  useCurrentColor: {
11
11
  type: Boolean,
12
- default: false
12
+ default: true
13
13
  }
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M3 2V14H13V2H3ZM2.5 1H13.5C13.646 1 13.7658 1.04683 13.8595 1.1405C13.9532 1.23417 14 1.354 14 1.5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H8V6H5V5ZM5 11H11V12H5V11Z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_2
20
+ ];
17
21
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
18
22
  return openBlock(), createElementBlock("svg", mergeProps({
19
23
  viewBox: "0 0 16 16",
20
- fill: "none",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
21
25
  xmlns: "http://www.w3.org/2000/svg",
22
26
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tickets`],
23
27
  width: "1em",
24
28
  height: "1em"
25
- }, _ctx.$attrs), [
26
- createElementVNode("path", {
27
- d: "M3 2V14H13V2H3ZM2.5 1H13.5C13.646 1 13.7658 1.04683 13.8595 1.1405C13.9532 1.23417 14 1.354 14 1.5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H8V6H5V5ZM5 11H11V12H5V11Z",
28
- fill: $props.useCurrentColor ? "currentColor" : "#000"
29
- }, null, 8, _hoisted_1)
30
- ], 16);
29
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
31
30
  }
32
31
  var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
33
32
  export { index as default };
@@ -10,25 +10,24 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
17
17
  const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M13 6H9V2H3V14H13V6ZM12.594 5L10 2.406V5H12.594ZM2.5 1H10L14 5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H7.5V6H5V5ZM5 11H11V12H5V11Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
21
+ ];
18
22
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
23
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
20
24
  viewBox: "0 0 16 16",
21
- fill: "none",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
22
26
  xmlns: "http://www.w3.org/2000/svg",
23
27
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-document`],
24
28
  width: "1em",
25
29
  height: "1em"
26
- }, _ctx.$attrs), [
27
- vue.createElementVNode("path", {
28
- d: "M13 6H9V2H3V14H13V6ZM12.594 5L10 2.406V5H12.594ZM2.5 1H10L14 5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H7.5V6H5V5ZM5 11H11V12H5V11Z",
29
- fill: $props.useCurrentColor ? "currentColor" : "#000"
30
- }, null, 8, _hoisted_1)
31
- ], 16);
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
32
31
  }
33
32
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
34
33
  module.exports = index;
@@ -10,25 +10,24 @@ const _sfc_main = {
10
10
  },
11
11
  useCurrentColor: {
12
12
  type: Boolean,
13
- default: false
13
+ default: true
14
14
  }
15
15
  }
16
16
  };
17
17
  const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 2V14H13V2H3ZM2.5 1H13.5C13.646 1 13.7658 1.04683 13.8595 1.1405C13.9532 1.23417 14 1.354 14 1.5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H8V6H5V5ZM5 11H11V12H5V11Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
21
+ ];
18
22
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
23
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
20
24
  viewBox: "0 0 16 16",
21
- fill: "none",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
22
26
  xmlns: "http://www.w3.org/2000/svg",
23
27
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tickets`],
24
28
  width: "1em",
25
29
  height: "1em"
26
- }, _ctx.$attrs), [
27
- vue.createElementVNode("path", {
28
- d: "M3 2V14H13V2H3ZM2.5 1H13.5C13.646 1 13.7658 1.04683 13.8595 1.1405C13.9532 1.23417 14 1.354 14 1.5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H8V6H5V5ZM5 11H11V12H5V11Z",
29
- fill: $props.useCurrentColor ? "currentColor" : "#000"
30
- }, null, 8, _hoisted_1)
31
- ], 16);
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
32
31
  }
33
32
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
34
33
  module.exports = index;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-te",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-document`]" width="1em" height="1em" v-bind="$attrs"><path d="M13 6H9V2H3V14H13V6ZM12.594 5L10 2.406V5H12.594ZM2.5 1H10L14 5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H7.5V6H5V5ZM5 11H11V12H5V11Z" :fill="useCurrentColor ? 'currentColor' : '#000'"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-document`]" width="1em" height="1em" v-bind="$attrs"><path d="M13 6H9V2H3V14H13V6ZM12.594 5L10 2.406V5H12.594ZM2.5 1H10L14 5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H7.5V6H5V5ZM5 11H11V12H5V11Z"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -12,7 +12,7 @@ export default {
12
12
  },
13
13
  useCurrentColor: {
14
14
  type: Boolean,
15
- default: false,
15
+ default: true,
16
16
  },
17
17
  },
18
18
  };
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-tickets`]" width="1em" height="1em" v-bind="$attrs"><path d="M3 2V14H13V2H3ZM2.5 1H13.5C13.646 1 13.7658 1.04683 13.8595 1.1405C13.9532 1.23417 14 1.354 14 1.5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H8V6H5V5ZM5 11H11V12H5V11Z" :fill="useCurrentColor ? 'currentColor' : '#000'"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-tickets`]" width="1em" height="1em" v-bind="$attrs"><path d="M3 2V14H13V2H3ZM2.5 1H13.5C13.646 1 13.7658 1.04683 13.8595 1.1405C13.9532 1.23417 14 1.354 14 1.5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H8V6H5V5ZM5 11H11V12H5V11Z"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -12,7 +12,7 @@ export default {
12
12
  },
13
13
  useCurrentColor: {
14
14
  type: Boolean,
15
- default: false,
15
+ default: true,
16
16
  },
17
17
  },
18
18
  };