@arco-iconbox/vue-update-line-icon 0.0.3 → 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,46 @@
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: "IconQingkong",
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
+ "clip-rule": "evenodd",
20
+ d: "M6.66663 1.97131H9.33329V4.63799H14.3333V7.30466H1.66663V4.63799H6.66663V1.97131Z",
21
+ stroke: "#434343",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ }, null, -1);
25
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
26
+ d: "M2.66663 13.3334H13.3333V7.33337H2.66663V13.3334zM5.33337 13.2992V11.3047M8 13.2992V11.2992M10.6666 13.2992V11.3047M4 13.3334H12",
27
+ stroke: "#434343",
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 vue.openBlock(), vue.createElementBlock("svg", vue.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-qingkong`],
41
+ width: "1em",
42
+ height: "1em"
43
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
44
+ }
45
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
46
+ module.exports = index;
package/lib/index.js CHANGED
@@ -91,7 +91,13 @@ 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
+ var index$1r = require("./IconJiaoben/index.js");
95
+ var index$1s = require("./IconGeshihua/index.js");
96
+ var index$1t = require("./IconQingkong/index.js");
97
+ var index$1u = require("./IconChaxun/index.js");
98
+ var index$1v = require("./IconConsole/index.js");
99
+ var index$1w = require("./IconBind/index.js");
100
+ var index$1x = require("./IconLog/index.js");
95
101
  exports.Icon3d = index;
96
102
  exports.IconAnalysisdetails = index$1;
97
103
  exports.IconBusinessprocess = index$2;
@@ -183,4 +189,10 @@ exports.IconOfflineWorkflow = index$1n;
183
189
  exports.IconOnlineWorkflow = index$1o;
184
190
  exports.IconSubmit = index$1p;
185
191
  exports.IconWorkflow = index$1q;
186
- exports.IconConsole = index$1r;
192
+ exports.IconJiaoben = index$1r;
193
+ exports.IconGeshihua = index$1s;
194
+ exports.IconQingkong = index$1t;
195
+ exports.IconChaxun = index$1u;
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.3",
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-chaxun`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.25 7.99995V2.94812L8.625 5.47404L13 7.99995L8.625 10.5259L4.25 13.0518V7.99995Z" stroke="#52C41A" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconChaxun',
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>
@@ -1,5 +1,5 @@
1
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>
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="M13 3H3C2.44772 3 2 3.3731 2 3.83333V12.1667C2 12.6269 2.44772 13 3 13H13C13.5523 13 14 12.6269 14 12.1667V3.83333C14 3.3731 13.5523 3 13 3Z" stroke="#434343" stroke-width="1.4" stroke-linejoin="round"/><path d="M4.59922 10.0444C4.33918 10.0444 4.09459 10.002 3.86543 9.91716 3.6379 9.83234 3.44694 9.7006 3.29254 9.52193 3.2166 9.43404 3.15442 9.33372 3.106 9.22095 3.0159 9.0111 3.17198 8.79301 3.39481 8.74298V8.74298C3.65635 8.68426 3.87934 8.91062 4.0739 9.095 4.0775 9.09841 4.08114 9.10175 4.08484 9.10504 4.1986 9.2043 4.36275 9.25393 4.57728 9.25393 4.7268 9.25393 4.84219 9.23498 4.92345 9.19708 5.00471 9.15737 5.06078 9.10774 5.09166 9.04819 5.12417 8.98683 5.14042 8.92366 5.14042 8.85869 5.14042 8.73777 5.09329 8.64302 4.99902 8.57445 4.90639 8.50587 4.78693 8.45714 4.64066 8.42826L4.32862 8.366C4.1921 8.34073 4.05477 8.30464 3.91663 8.25772 3.78011 8.21079 3.65415 8.14492 3.53876 8.0601 3.425 7.97528 3.33317 7.86519 3.26329 7.72983 3.19503 7.59448 3.1609 7.42574 3.1609 7.22361 3.1609 6.96553 3.21941 6.74535 3.33642 6.56308 3.45506 6.3808 3.61921 6.24183 3.82886 6.14618 4.04014 6.04873 4.28311 6 4.55778 6 4.81131 6 5.04291 6.04241 5.25256 6.12723 5.46221 6.21025 5.63693 6.33387 5.77669 6.49811 5.83124 6.5615 5.87837 6.63066 5.91806 6.7056 6.0274 6.912 5.87146 7.14055 5.64396 7.19348L5.45079 7.23841C5.3036 7.27266 5.16569 7.16848 5.09654 7.03411V7.03411C5.05916 6.95831 5.00146 6.89875 4.92345 6.85544 4.84707 6.81213 4.74143 6.79047 4.60653 6.79047 4.48139 6.79047 4.38063 6.80852 4.30424 6.84461 4.22948 6.88071 4.17504 6.92673 4.14091 6.98267 4.10678 7.03862 4.08971 7.09818 4.08971 7.16134 4.08971 7.28045 4.14822 7.36979 4.26524 7.42934 4.38225 7.4871 4.53259 7.53402 4.71624 7.57011L5.03803 7.63779C5.20868 7.67028 5.37364 7.72893 5.53291 7.81375 5.69381 7.89857 5.82545 8.01949 5.92784 8.1765 6.03023 8.33351 6.08142 8.53925 6.08142 8.79372 6.08142 9.06623 6.01723 9.29543 5.88883 9.48132 5.76044 9.66721 5.58492 9.80798 5.36226 9.90363 5.13961 9.99747 4.88526 10.0444 4.59922 10.0444zM8.49732 11C8.26329 11 8.08857 10.9413 7.97318 10.824 7.85942 10.7067 7.80254 10.5326 7.80254 10.3016V10.1916C7.80254 9.96679 7.98481 9.78452 8.20965 9.78452H8.23236C8.44467 9.78452 8.61677 9.95662 8.61677 10.1689V10.1689C8.61677 10.2303 8.62409 10.2709 8.63871 10.2907 8.65497 10.3106 8.68828 10.3205 8.73866 10.3205H8.80117C8.9888 10.3205 9.14091 10.4726 9.14091 10.6603V10.6603C9.14091 10.8479 8.9888 11 8.80117 11H8.49732zM8.21453 10.0444C7.85048 10.0444 7.536 9.96318 7.27109 9.80076 7.00618 9.63653 6.80221 9.40282 6.65919 9.09962 6.51617 8.79643 6.44466 8.43729 6.44466 8.0222 6.44466 7.60531 6.51617 7.24616 6.65919 6.94478 6.80221 6.64339 7.00618 6.41058 7.27109 6.24635 7.536 6.08212 7.85048 6 8.21453 6 8.57858 6 8.89306 6.08212 9.15797 6.24635 9.42288 6.41058 9.62685 6.64339 9.76987 6.94478 9.91289 7.24616 9.9844 7.60531 9.9844 8.0222 9.9844 8.43729 9.91289 8.79643 9.76987 9.09962 9.62685 9.40282 9.42288 9.63653 9.15797 9.80076 8.89306 9.96318 8.57858 10.0444 8.21453 10.0444zM8.21209 9.21332C8.39412 9.21332 8.54851 9.1664 8.67528 9.07255 8.80205 8.9787 8.89875 8.84335 8.96538 8.66649 9.03202 8.48782 9.06533 8.27306 9.06533 8.0222 9.06533 7.76954 9.03202 7.55477 8.96538 7.37791 8.89875 7.20105 8.80205 7.06569 8.67528 6.97185 8.54851 6.878 8.39412 6.83108 8.21209 6.83108 8.03332 6.83108 7.88055 6.878 7.75378 6.97185 7.62701 7.06569 7.5295 7.20105 7.46124 7.37791 7.3946 7.55477 7.36129 7.76954 7.36129 8.0222 7.36129 8.27306 7.3946 8.48782 7.46124 8.66649 7.5295 8.84335 7.62701 8.9787 7.75378 9.07255 7.88055 9.1664 8.03332 9.21332 8.21209 9.21332zM10.9549 9.9713C10.6788 9.9713 10.4549 9.74745 10.4549 9.4713V6.51312C10.4549 6.2701 10.6519 6.07309 10.8949 6.07309V6.07309C11.138 6.07309 11.335 6.2701 11.335 6.51312V9.14023H12.5845C12.814 9.14023 13 9.32627 13 9.55577V9.55577C13 9.78526 12.814 9.9713 12.5845 9.9713H10.9549z" :fill="useCurrentColor ? 'currentColor' : '#434343'"/></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' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-geshihua`]" width="1em" height="1em" v-bind="$attrs"><path d="M10.9909 2.35132H2.66663V6.81078H10.9909V2.35132Z" stroke="#434343" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.9984 4.43237H13.6666V9.21928L6.53149 10.1406V13.6486" stroke="#434343" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconGeshihua',
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-jiaoben`]" 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: 'IconJiaoben',
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>
@@ -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-qingkong`]" width="1em" height="1em" v-bind="$attrs"><path clip-rule="evenodd" d="M6.66663 1.97131H9.33329V4.63799H14.3333V7.30466H1.66663V4.63799H6.66663V1.97131Z" stroke="#434343" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.66663 13.3334H13.3333V7.33337H2.66663V13.3334zM5.33337 13.2992V11.3047M8 13.2992V11.2992M10.6666 13.2992V11.3047M4 13.3334H12" stroke="#434343" stroke-linecap="round" stroke-linejoin="round"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconQingkong',
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
@@ -89,4 +89,10 @@ 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
91
  export { default as IconWorkflow } from './IconWorkflow/index.vue';
92
- export { default as IconConsole } from './IconConsole/index.vue';
92
+ export { default as IconJiaoben } from './IconJiaoben/index.vue';
93
+ export { default as IconGeshihua } from './IconGeshihua/index.vue';
94
+ export { default as IconQingkong } from './IconQingkong/index.vue';
95
+ export { default as IconChaxun } from './IconChaxun/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';