@arco-iconbox/vue-update-line-icon 0.0.12 → 0.0.13

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,42 @@
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: "IconDay",
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: "M8.00004 11.7917C10.0941 11.7917 11.7917 10.0941 11.7917 8.00004C11.7917 5.90596 10.0941 4.20837 8.00004 4.20837C5.90596 4.20837 4.20837 5.90596 4.20837 8.00004C4.20837 10.0941 5.90596 11.7917 8.00004 11.7917Z",
19
+ stroke: "#434343",
20
+ "stroke-width": "1.5",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round"
23
+ }, null, -1);
24
+ const _hoisted_3 = ["fill"];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ fill: $props.useCurrentColor ? "currentColor" : "none",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-day`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), [
34
+ _hoisted_2,
35
+ createElementVNode("path", {
36
+ d: "M7.85413 2.75C8.33737 2.75 8.72913 2.35825 8.72913 1.875 8.72913 1.39175 8.33737 1 7.85413 1 7.37088 1 6.97913 1.39175 6.97913 1.875 6.97913 2.35825 7.37088 2.75 7.85413 2.75zM12.0834 4.5C12.5666 4.5 12.9584 4.10824 12.9584 3.625 12.9584 3.14175 12.5666 2.75 12.0834 2.75 11.6001 2.75 11.2084 3.14175 11.2084 3.625 11.2084 4.10824 11.6001 4.5 12.0834 4.5zM13.8334 8.72913C14.3166 8.72913 14.7084 8.33737 14.7084 7.85413 14.7084 7.37088 14.3166 6.97913 13.8334 6.97913 13.3501 6.97913 12.9584 7.37088 12.9584 7.85413 12.9584 8.33737 13.3501 8.72913 13.8334 8.72913zM12.0834 12.9584C12.5666 12.9584 12.9584 12.5666 12.9584 12.0834 12.9584 11.6001 12.5666 11.2084 12.0834 11.2084 11.6001 11.2084 11.2084 11.6001 11.2084 12.0834 11.2084 12.5666 11.6001 12.9584 12.0834 12.9584zM7.85413 14.7084C8.33737 14.7084 8.72913 14.3166 8.72913 13.8334 8.72913 13.3501 8.33737 12.9584 7.85413 12.9584 7.37088 12.9584 6.97913 13.3501 6.97913 13.8334 6.97913 14.3166 7.37088 14.7084 7.85413 14.7084zM3.625 12.9584C4.10824 12.9584 4.5 12.5666 4.5 12.0834 4.5 11.6001 4.10824 11.2084 3.625 11.2084 3.14175 11.2084 2.75 11.6001 2.75 12.0834 2.75 12.5666 3.14175 12.9584 3.625 12.9584zM1.875 8.72913C2.35825 8.72913 2.75 8.33737 2.75 7.85413 2.75 7.37088 2.35825 6.97913 1.875 6.97913 1.39175 6.97913 1 7.37088 1 7.85413 1 8.33737 1.39175 8.72913 1.875 8.72913zM3.625 4.5C4.10824 4.5 4.5 4.10824 4.5 3.625 4.5 3.14175 4.10824 2.75 3.625 2.75 3.14175 2.75 2.75 3.14175 2.75 3.625 2.75 4.10824 3.14175 4.5 3.625 4.5z",
37
+ fill: $props.useCurrentColor ? "currentColor" : "#434343"
38
+ }, null, 8, _hoisted_3)
39
+ ], 16, _hoisted_1);
40
+ }
41
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
42
+ export { index as default };
@@ -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: "IconNigth",
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", { "clip-path": "url(#svg_8a4e3b5a3a__clip0_7289_124627)" }, [
18
+ /* @__PURE__ */ createElementVNode("path", {
19
+ d: "M9.01318 3.10271C7.6457 3.45924 6.63637 4.70265 6.63637 6.18183C6.63637 7.9391 8.0609 9.36363 9.81817 9.36363C11.2973 9.36363 12.5408 8.3543 12.8973 6.98682C12.9646 7.314 13 7.65288 13 8C13 10.7614 10.7614 13 8 13C5.23857 13 3 10.7614 3 8C3 5.23857 5.23857 3 8 3C8.34712 3 8.686 3.03537 9.01318 3.10271Z",
20
+ stroke: "#434343",
21
+ "stroke-width": "1.5",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ })
25
+ ], -1);
26
+ const _hoisted_3 = { id: "svg_8a4e3b5a3a__clip0_7289_124627" };
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-nigth`],
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 };
package/esm/index.js CHANGED
@@ -106,3 +106,5 @@ export { default as IconKey } from "./IconKey/index.js";
106
106
  export { default as IconMinus } from "./IconMinus/index.js";
107
107
  export { default as IconUp } from "./IconUp/index.js";
108
108
  export { default as IconDowm } from "./IconDowm/index.js";
109
+ export { default as IconNigth } from "./IconNigth/index.js";
110
+ export { default as IconDay } from "./IconDay/index.js";
@@ -0,0 +1,43 @@
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: "IconDay",
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: "M8.00004 11.7917C10.0941 11.7917 11.7917 10.0941 11.7917 8.00004C11.7917 5.90596 10.0941 4.20837 8.00004 4.20837C5.90596 4.20837 4.20837 5.90596 4.20837 8.00004C4.20837 10.0941 5.90596 11.7917 8.00004 11.7917Z",
20
+ stroke: "#434343",
21
+ "stroke-width": "1.5",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ }, null, -1);
25
+ const _hoisted_3 = ["fill"];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "none",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-day`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), [
35
+ _hoisted_2,
36
+ vue.createElementVNode("path", {
37
+ d: "M7.85413 2.75C8.33737 2.75 8.72913 2.35825 8.72913 1.875 8.72913 1.39175 8.33737 1 7.85413 1 7.37088 1 6.97913 1.39175 6.97913 1.875 6.97913 2.35825 7.37088 2.75 7.85413 2.75zM12.0834 4.5C12.5666 4.5 12.9584 4.10824 12.9584 3.625 12.9584 3.14175 12.5666 2.75 12.0834 2.75 11.6001 2.75 11.2084 3.14175 11.2084 3.625 11.2084 4.10824 11.6001 4.5 12.0834 4.5zM13.8334 8.72913C14.3166 8.72913 14.7084 8.33737 14.7084 7.85413 14.7084 7.37088 14.3166 6.97913 13.8334 6.97913 13.3501 6.97913 12.9584 7.37088 12.9584 7.85413 12.9584 8.33737 13.3501 8.72913 13.8334 8.72913zM12.0834 12.9584C12.5666 12.9584 12.9584 12.5666 12.9584 12.0834 12.9584 11.6001 12.5666 11.2084 12.0834 11.2084 11.6001 11.2084 11.2084 11.6001 11.2084 12.0834 11.2084 12.5666 11.6001 12.9584 12.0834 12.9584zM7.85413 14.7084C8.33737 14.7084 8.72913 14.3166 8.72913 13.8334 8.72913 13.3501 8.33737 12.9584 7.85413 12.9584 7.37088 12.9584 6.97913 13.3501 6.97913 13.8334 6.97913 14.3166 7.37088 14.7084 7.85413 14.7084zM3.625 12.9584C4.10824 12.9584 4.5 12.5666 4.5 12.0834 4.5 11.6001 4.10824 11.2084 3.625 11.2084 3.14175 11.2084 2.75 11.6001 2.75 12.0834 2.75 12.5666 3.14175 12.9584 3.625 12.9584zM1.875 8.72913C2.35825 8.72913 2.75 8.33737 2.75 7.85413 2.75 7.37088 2.35825 6.97913 1.875 6.97913 1.39175 6.97913 1 7.37088 1 7.85413 1 8.33737 1.39175 8.72913 1.875 8.72913zM3.625 4.5C4.10824 4.5 4.5 4.10824 4.5 3.625 4.5 3.14175 4.10824 2.75 3.625 2.75 3.14175 2.75 2.75 3.14175 2.75 3.625 2.75 4.10824 3.14175 4.5 3.625 4.5z",
38
+ fill: $props.useCurrentColor ? "currentColor" : "#434343"
39
+ }, null, 8, _hoisted_3)
40
+ ], 16, _hoisted_1);
41
+ }
42
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
43
+ module.exports = index;
@@ -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: "IconNigth",
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", { "clip-path": "url(#svg_8a4e3b5a3a__clip0_7289_124627)" }, [
19
+ /* @__PURE__ */ vue.createElementVNode("path", {
20
+ d: "M9.01318 3.10271C7.6457 3.45924 6.63637 4.70265 6.63637 6.18183C6.63637 7.9391 8.0609 9.36363 9.81817 9.36363C11.2973 9.36363 12.5408 8.3543 12.8973 6.98682C12.9646 7.314 13 7.65288 13 8C13 10.7614 10.7614 13 8 13C5.23857 13 3 10.7614 3 8C3 5.23857 5.23857 3 8 3C8.34712 3 8.686 3.03537 9.01318 3.10271Z",
21
+ stroke: "#434343",
22
+ "stroke-width": "1.5",
23
+ "stroke-linecap": "round",
24
+ "stroke-linejoin": "round"
25
+ })
26
+ ], -1);
27
+ const _hoisted_3 = { id: "svg_8a4e3b5a3a__clip0_7289_124627" };
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-nigth`],
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;
package/lib/index.js CHANGED
@@ -108,6 +108,8 @@ var index$1E = require("./IconKey/index.js");
108
108
  var index$1F = require("./IconMinus/index.js");
109
109
  var index$1G = require("./IconUp/index.js");
110
110
  var index$1H = require("./IconDowm/index.js");
111
+ var index$1I = require("./IconNigth/index.js");
112
+ var index$1J = require("./IconDay/index.js");
111
113
  exports.Icon3d = index;
112
114
  exports.IconAnalysisdetails = index$1;
113
115
  exports.IconBusinessprocess = index$2;
@@ -216,3 +218,5 @@ exports.IconKey = index$1E;
216
218
  exports.IconMinus = index$1F;
217
219
  exports.IconUp = index$1G;
218
220
  exports.IconDowm = index$1H;
221
+ exports.IconNigth = index$1I;
222
+ exports.IconDay = index$1J;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-update-line-icon",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
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-day`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.00004 11.7917C10.0941 11.7917 11.7917 10.0941 11.7917 8.00004C11.7917 5.90596 10.0941 4.20837 8.00004 4.20837C5.90596 4.20837 4.20837 5.90596 4.20837 8.00004C4.20837 10.0941 5.90596 11.7917 8.00004 11.7917Z" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.85413 2.75C8.33737 2.75 8.72913 2.35825 8.72913 1.875 8.72913 1.39175 8.33737 1 7.85413 1 7.37088 1 6.97913 1.39175 6.97913 1.875 6.97913 2.35825 7.37088 2.75 7.85413 2.75zM12.0834 4.5C12.5666 4.5 12.9584 4.10824 12.9584 3.625 12.9584 3.14175 12.5666 2.75 12.0834 2.75 11.6001 2.75 11.2084 3.14175 11.2084 3.625 11.2084 4.10824 11.6001 4.5 12.0834 4.5zM13.8334 8.72913C14.3166 8.72913 14.7084 8.33737 14.7084 7.85413 14.7084 7.37088 14.3166 6.97913 13.8334 6.97913 13.3501 6.97913 12.9584 7.37088 12.9584 7.85413 12.9584 8.33737 13.3501 8.72913 13.8334 8.72913zM12.0834 12.9584C12.5666 12.9584 12.9584 12.5666 12.9584 12.0834 12.9584 11.6001 12.5666 11.2084 12.0834 11.2084 11.6001 11.2084 11.2084 11.6001 11.2084 12.0834 11.2084 12.5666 11.6001 12.9584 12.0834 12.9584zM7.85413 14.7084C8.33737 14.7084 8.72913 14.3166 8.72913 13.8334 8.72913 13.3501 8.33737 12.9584 7.85413 12.9584 7.37088 12.9584 6.97913 13.3501 6.97913 13.8334 6.97913 14.3166 7.37088 14.7084 7.85413 14.7084zM3.625 12.9584C4.10824 12.9584 4.5 12.5666 4.5 12.0834 4.5 11.6001 4.10824 11.2084 3.625 11.2084 3.14175 11.2084 2.75 11.6001 2.75 12.0834 2.75 12.5666 3.14175 12.9584 3.625 12.9584zM1.875 8.72913C2.35825 8.72913 2.75 8.33737 2.75 7.85413 2.75 7.37088 2.35825 6.97913 1.875 6.97913 1.39175 6.97913 1 7.37088 1 7.85413 1 8.33737 1.39175 8.72913 1.875 8.72913zM3.625 4.5C4.10824 4.5 4.5 4.10824 4.5 3.625 4.5 3.14175 4.10824 2.75 3.625 2.75 3.14175 2.75 2.75 3.14175 2.75 3.625 2.75 4.10824 3.14175 4.5 3.625 4.5z" :fill="useCurrentColor ? 'currentColor' : '#434343'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconDay',
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-nigth`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_8a4e3b5a3a__clip0_7289_124627)"><path d="M9.01318 3.10271C7.6457 3.45924 6.63637 4.70265 6.63637 6.18183C6.63637 7.9391 8.0609 9.36363 9.81817 9.36363C11.2973 9.36363 12.5408 8.3543 12.8973 6.98682C12.9646 7.314 13 7.65288 13 8C13 10.7614 10.7614 13 8 13C5.23857 13 3 10.7614 3 8C3 5.23857 5.23857 3 8 3C8.34712 3 8.686 3.03537 9.01318 3.10271Z" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="svg_8a4e3b5a3a__clip0_7289_124627"><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: 'IconNigth',
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
@@ -105,4 +105,6 @@ export { default as IconEdit1 } from './IconEdit1/index.vue';
105
105
  export { default as IconKey } from './IconKey/index.vue';
106
106
  export { default as IconMinus } from './IconMinus/index.vue';
107
107
  export { default as IconUp } from './IconUp/index.vue';
108
- export { default as IconDowm } from './IconDowm/index.vue';
108
+ export { default as IconDowm } from './IconDowm/index.vue';
109
+ export { default as IconNigth } from './IconNigth/index.vue';
110
+ export { default as IconDay } from './IconDay/index.vue';