@arco-iconbox/vue-update-line-icon 0.0.4 → 0.0.5

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,50 @@
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: "IconBind",
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", {
18
+ "clip-path": "url(#svg_f4f12c7a2c__clip0_6461_243190)",
19
+ stroke: "#434343",
20
+ "stroke-width": "1.5",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round"
23
+ }, [
24
+ /* @__PURE__ */ createElementVNode("path", { d: "M8.56004 6.09292L6.27504 3.80793C5.60972 3.14259 4.51634 3.15725 3.83291 3.84067 3.1495 4.52407 3.13484 5.61747 3.80018 6.2828L5.78399 8.26662M10.2257 7.75098L12.2095 9.7348C12.8749 10.4002 12.8602 11.4935 12.1768 12.177 11.4934 12.8604 10.4 12.875 9.73465 12.2097L7.44965 9.92468M8.52734 8.53492C9.21077 7.8515 9.22542 6.75812 8.56009 6.09277M7.44974 7.44922C6.76632 8.13264 6.75167 9.22602 7.41699 9.89134" })
25
+ ], -1);
26
+ const _hoisted_3 = { id: "svg_f4f12c7a2c__clip0_6461_243190" };
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-bind`],
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 };
@@ -0,0 +1,46 @@
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: "IconLog",
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.408 14H11.392C12.1696 14 12.8 13.3207 12.8 12.4828V6.22414L9.808 3H5.408C4.63038 3 4 3.67929 4 4.51724V12.4828C4 13.3207 4.63038 14 5.408 14Z",
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: "M12.8 6.3H9.5V3M6.20001 10.7002H9.50001M6.20001 8.5H9.50001",
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-log`],
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 };
package/esm/index.js CHANGED
@@ -94,3 +94,5 @@ export { default as IconGeshihua } from "./IconGeshihua/index.js";
94
94
  export { default as IconQingkong } from "./IconQingkong/index.js";
95
95
  export { default as IconChaxun } from "./IconChaxun/index.js";
96
96
  export { default as IconConsole } from "./IconConsole/index.js";
97
+ export { default as IconBind } from "./IconBind/index.js";
98
+ export { default as IconLog } from "./IconLog/index.js";
@@ -0,0 +1,51 @@
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: "IconBind",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "update-line-icon"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", {
19
+ "clip-path": "url(#svg_f4f12c7a2c__clip0_6461_243190)",
20
+ stroke: "#434343",
21
+ "stroke-width": "1.5",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ }, [
25
+ /* @__PURE__ */ vue.createElementVNode("path", { d: "M8.56004 6.09292L6.27504 3.80793C5.60972 3.14259 4.51634 3.15725 3.83291 3.84067 3.1495 4.52407 3.13484 5.61747 3.80018 6.2828L5.78399 8.26662M10.2257 7.75098L12.2095 9.7348C12.8749 10.4002 12.8602 11.4935 12.1768 12.177 11.4934 12.8604 10.4 12.875 9.73465 12.2097L7.44965 9.92468M8.52734 8.53492C9.21077 7.8515 9.22542 6.75812 8.56009 6.09277M7.44974 7.44922C6.76632 8.13264 6.75167 9.22602 7.41699 9.89134" })
26
+ ], -1);
27
+ const _hoisted_3 = { id: "svg_f4f12c7a2c__clip0_6461_243190" };
28
+ const _hoisted_4 = ["fill"];
29
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
30
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
31
+ viewBox: "0 0 16 16",
32
+ fill: $props.useCurrentColor ? "currentColor" : "none",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-bind`],
35
+ width: "1em",
36
+ height: "1em"
37
+ }, _ctx.$attrs), [
38
+ _hoisted_2,
39
+ vue.createElementVNode("defs", null, [
40
+ vue.createElementVNode("clipPath", _hoisted_3, [
41
+ vue.createElementVNode("path", {
42
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
43
+ transform: "translate(2 2)",
44
+ d: "M0 0H12V12H0z"
45
+ }, null, 8, _hoisted_4)
46
+ ])
47
+ ])
48
+ ], 16, _hoisted_1);
49
+ }
50
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
51
+ module.exports = index;
@@ -0,0 +1,47 @@
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: "IconLog",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "update-line-icon"
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", {
19
+ d: "M5.408 14H11.392C12.1696 14 12.8 13.3207 12.8 12.4828V6.22414L9.808 3H5.408C4.63038 3 4 3.67929 4 4.51724V12.4828C4 13.3207 4.63038 14 5.408 14Z",
20
+ stroke: "#434343",
21
+ "stroke-width": "1.5",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ }, null, -1);
25
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
26
+ d: "M12.8 6.3H9.5V3M6.20001 10.7002H9.50001M6.20001 8.5H9.50001",
27
+ stroke: "#434343",
28
+ "stroke-width": "1.5",
29
+ "stroke-linecap": "round",
30
+ "stroke-linejoin": "round"
31
+ }, null, -1);
32
+ const _hoisted_4 = [
33
+ _hoisted_2,
34
+ _hoisted_3
35
+ ];
36
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
37
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
38
+ viewBox: "0 0 16 16",
39
+ fill: $props.useCurrentColor ? "currentColor" : "none",
40
+ xmlns: "http://www.w3.org/2000/svg",
41
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-log`],
42
+ width: "1em",
43
+ height: "1em"
44
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
45
+ }
46
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
47
+ module.exports = index;
package/lib/index.js CHANGED
@@ -96,6 +96,8 @@ var index$1s = require("./IconGeshihua/index.js");
96
96
  var index$1t = require("./IconQingkong/index.js");
97
97
  var index$1u = require("./IconChaxun/index.js");
98
98
  var index$1v = require("./IconConsole/index.js");
99
+ var index$1w = require("./IconBind/index.js");
100
+ var index$1x = require("./IconLog/index.js");
99
101
  exports.Icon3d = index;
100
102
  exports.IconAnalysisdetails = index$1;
101
103
  exports.IconBusinessprocess = index$2;
@@ -192,3 +194,5 @@ exports.IconGeshihua = index$1s;
192
194
  exports.IconQingkong = index$1t;
193
195
  exports.IconChaxun = index$1u;
194
196
  exports.IconConsole = index$1v;
197
+ exports.IconBind = index$1w;
198
+ exports.IconLog = index$1x;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-update-line-icon",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
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' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-bind`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_f4f12c7a2c__clip0_6461_243190)" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M8.56004 6.09292L6.27504 3.80793C5.60972 3.14259 4.51634 3.15725 3.83291 3.84067 3.1495 4.52407 3.13484 5.61747 3.80018 6.2828L5.78399 8.26662M10.2257 7.75098L12.2095 9.7348C12.8749 10.4002 12.8602 11.4935 12.1768 12.177 11.4934 12.8604 10.4 12.875 9.73465 12.2097L7.44965 9.92468M8.52734 8.53492C9.21077 7.8515 9.22542 6.75812 8.56009 6.09277M7.44974 7.44922C6.76632 8.13264 6.75167 9.22602 7.41699 9.89134"/></g><defs><clipPath id="svg_f4f12c7a2c__clip0_6461_243190"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" transform="translate(2 2)" d="M0 0H12V12H0z"/></clipPath></defs></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconBind',
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>
@@ -0,0 +1,19 @@
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-log`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.408 14H11.392C12.1696 14 12.8 13.3207 12.8 12.4828V6.22414L9.808 3H5.408C4.63038 3 4 3.67929 4 4.51724V12.4828C4 13.3207 4.63038 14 5.408 14Z" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.8 6.3H9.5V3M6.20001 10.7002H9.50001M6.20001 8.5H9.50001" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLog',
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>
package/src/index.js CHANGED
@@ -93,4 +93,6 @@ export { default as IconJiaoben } from './IconJiaoben/index.vue';
93
93
  export { default as IconGeshihua } from './IconGeshihua/index.vue';
94
94
  export { default as IconQingkong } from './IconQingkong/index.vue';
95
95
  export { default as IconChaxun } from './IconChaxun/index.vue';
96
- export { default as IconConsole } from './IconConsole/index.vue';
96
+ export { default as IconConsole } from './IconConsole/index.vue';
97
+ export { default as IconBind } from './IconBind/index.vue';
98
+ export { default as IconLog } from './IconLog/index.vue';