@arco-iconbox/vue-update-line-icon 0.0.2 → 0.0.3

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: "IconConsole",
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.75 12H3.75C3.33579 12 3 11.6642 3 11.25V4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V8.4706",
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 4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V7H3V4.75zM10.5 10.25L9.5 11.25 10.5 12.25M12 10.25L13 11.25 12 12.25",
26
+ stroke: "#434343",
27
+ "stroke-width": "1.5",
28
+ "stroke-linecap": "round",
29
+ "stroke-linejoin": "round"
30
+ }, null, -1);
31
+ const _hoisted_4 = ["fill"];
32
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
33
+ return openBlock(), createElementBlock("svg", mergeProps({
34
+ viewBox: "0 0 16 16",
35
+ fill: $props.useCurrentColor ? "currentColor" : "none",
36
+ xmlns: "http://www.w3.org/2000/svg",
37
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-console`],
38
+ width: "1em",
39
+ height: "1em"
40
+ }, _ctx.$attrs), [
41
+ _hoisted_2,
42
+ _hoisted_3,
43
+ createElementVNode("path", {
44
+ d: "M4 5.5C4 5.22386 4.22386 5 4.5 5 4.77614 5 5 5.22386 5 5.5 5 5.77614 4.77614 6 4.5 6 4.22386 6 4 5.77614 4 5.5zM5.5 5.5C5.5 5.22386 5.72386 5 6 5 6.27614 5 6.5 5.22386 6.5 5.5 6.5 5.77614 6.27614 6 6 6 5.72386 6 5.5 5.77614 5.5 5.5z",
45
+ fill: $props.useCurrentColor ? "currentColor" : "#333"
46
+ }, null, 8, _hoisted_4)
47
+ ], 16, _hoisted_1);
48
+ }
49
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
50
+ export { index as default };
package/esm/index.js CHANGED
@@ -89,3 +89,4 @@ export { default as IconOfflineWorkflow } from "./IconOfflineWorkflow/index.js";
89
89
  export { default as IconOnlineWorkflow } from "./IconOnlineWorkflow/index.js";
90
90
  export { default as IconSubmit } from "./IconSubmit/index.js";
91
91
  export { default as IconWorkflow } from "./IconWorkflow/index.js";
92
+ export { default as IconConsole } from "./IconConsole/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: "IconConsole",
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: "M7.75 12H3.75C3.33579 12 3 11.6642 3 11.25V4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V8.4706",
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: "M3 4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V7H3V4.75zM10.5 10.25L9.5 11.25 10.5 12.25M12 10.25L13 11.25 12 12.25",
27
+ stroke: "#434343",
28
+ "stroke-width": "1.5",
29
+ "stroke-linecap": "round",
30
+ "stroke-linejoin": "round"
31
+ }, null, -1);
32
+ const _hoisted_4 = ["fill"];
33
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
34
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
35
+ viewBox: "0 0 16 16",
36
+ fill: $props.useCurrentColor ? "currentColor" : "none",
37
+ xmlns: "http://www.w3.org/2000/svg",
38
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-console`],
39
+ width: "1em",
40
+ height: "1em"
41
+ }, _ctx.$attrs), [
42
+ _hoisted_2,
43
+ _hoisted_3,
44
+ vue.createElementVNode("path", {
45
+ d: "M4 5.5C4 5.22386 4.22386 5 4.5 5 4.77614 5 5 5.22386 5 5.5 5 5.77614 4.77614 6 4.5 6 4.22386 6 4 5.77614 4 5.5zM5.5 5.5C5.5 5.22386 5.72386 5 6 5 6.27614 5 6.5 5.22386 6.5 5.5 6.5 5.77614 6.27614 6 6 6 5.72386 6 5.5 5.77614 5.5 5.5z",
46
+ fill: $props.useCurrentColor ? "currentColor" : "#333"
47
+ }, null, 8, _hoisted_4)
48
+ ], 16, _hoisted_1);
49
+ }
50
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
51
+ module.exports = index;
package/lib/index.js CHANGED
@@ -91,6 +91,7 @@ var index$1n = require("./IconOfflineWorkflow/index.js");
91
91
  var index$1o = require("./IconOnlineWorkflow/index.js");
92
92
  var index$1p = require("./IconSubmit/index.js");
93
93
  var index$1q = require("./IconWorkflow/index.js");
94
+ var index$1r = require("./IconConsole/index.js");
94
95
  exports.Icon3d = index;
95
96
  exports.IconAnalysisdetails = index$1;
96
97
  exports.IconBusinessprocess = index$2;
@@ -182,3 +183,4 @@ exports.IconOfflineWorkflow = index$1n;
182
183
  exports.IconOnlineWorkflow = index$1o;
183
184
  exports.IconSubmit = index$1p;
184
185
  exports.IconWorkflow = index$1q;
186
+ exports.IconConsole = index$1r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-update-line-icon",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
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-console`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.75 12H3.75C3.33579 12 3 11.6642 3 11.25V4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V8.4706" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V7H3V4.75zM10.5 10.25L9.5 11.25 10.5 12.25M12 10.25L13 11.25 12 12.25" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 5.5C4 5.22386 4.22386 5 4.5 5 4.77614 5 5 5.22386 5 5.5 5 5.77614 4.77614 6 4.5 6 4.22386 6 4 5.77614 4 5.5zM5.5 5.5C5.5 5.22386 5.72386 5 6 5 6.27614 5 6.5 5.22386 6.5 5.5 6.5 5.77614 6.27614 6 6 6 5.72386 6 5.5 5.77614 5.5 5.5z" :fill="useCurrentColor ? 'currentColor' : '#333'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconConsole',
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
@@ -88,4 +88,5 @@ export { default as IconLivingExample } from './IconLivingExample/index.vue';
88
88
  export { default as IconOfflineWorkflow } from './IconOfflineWorkflow/index.vue';
89
89
  export { default as IconOnlineWorkflow } from './IconOnlineWorkflow/index.vue';
90
90
  export { default as IconSubmit } from './IconSubmit/index.vue';
91
- export { default as IconWorkflow } from './IconWorkflow/index.vue';
91
+ export { default as IconWorkflow } from './IconWorkflow/index.vue';
92
+ export { default as IconConsole } from './IconConsole/index.vue';