@arco-iconbox/vue-bluebee 0.0.13 → 0.0.14

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,37 @@
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: "IconLux",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "bb"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = ["fill"];
18
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ return openBlock(), createElementBlock("svg", mergeProps({
20
+ viewBox: "0 0 1024 1024",
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-lux`],
23
+ width: "1em",
24
+ height: "1em"
25
+ }, _ctx.$attrs), [
26
+ createElementVNode("path", {
27
+ d: "M512 857.6l-172.8 147.2c-12.8 12.8-32 12.8-44.8-6.4-6.4-6.4-6.4-12.8-6.4-19.2l-19.2-224-224-19.2c-19.2 0-32-19.2-32-32 0-6.4 0-12.8 6.4-19.2L166.4 512 19.2 339.2c-12.8-12.8-6.4-32 6.4-44.8 6.4-6.4 12.8-6.4 19.2-6.4l224-19.2 19.2-224c0-19.2 19.2-32 32-32 6.4 0 12.8 0 19.2 6.4L512 166.4 684.8 19.2c12.8-12.8 32-12.8 44.8 6.4 6.4 6.4 6.4 12.8 6.4 19.2l19.2 224 224 19.2c19.2 0 32 19.2 32 32 0 6.4 0 12.8-6.4 19.2L857.6 512l147.2 172.8c12.8 12.8 12.8 32-6.4 44.8-6.4 6.4-12.8 6.4-19.2 6.4l-224 19.2-19.2 224c0 19.2-19.2 32-32 32-6.4 0-12.8 0-19.2-6.4L512 857.6z",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#FFCE60"
29
+ }, null, 8, _hoisted_1),
30
+ createElementVNode("path", {
31
+ d: "M512 889.6c-204.8 0-377.6-166.4-377.6-377.6S307.2 134.4 512 134.4s377.6 166.4 377.6 377.6-172.8 377.6-377.6 377.6z m0-51.2c179.2 0 326.4-147.2 326.4-326.4S691.2 185.6 512 185.6 185.6 332.8 185.6 512s147.2 326.4 326.4 326.4z",
32
+ fill: $props.useCurrentColor ? "currentColor" : "#FFF"
33
+ }, null, 8, _hoisted_2)
34
+ ], 16);
35
+ }
36
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
37
+ export { index as default };
package/esm/index.js CHANGED
@@ -92,3 +92,4 @@ export { default as IconElectricBox } from "./IconElectricBox/index.js";
92
92
  export { default as IconSolar } from "./IconSolar/index.js";
93
93
  export { default as IconSensorTilt } from "./IconSensorTilt/index.js";
94
94
  export { default as IconSensorWater } from "./IconSensorWater/index.js";
95
+ export { default as IconLux } from "./IconLux/index.js";
@@ -0,0 +1,38 @@
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: "IconLux",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "bb"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = ["fill"];
19
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
21
+ viewBox: "0 0 1024 1024",
22
+ xmlns: "http://www.w3.org/2000/svg",
23
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-lux`],
24
+ width: "1em",
25
+ height: "1em"
26
+ }, _ctx.$attrs), [
27
+ vue.createElementVNode("path", {
28
+ d: "M512 857.6l-172.8 147.2c-12.8 12.8-32 12.8-44.8-6.4-6.4-6.4-6.4-12.8-6.4-19.2l-19.2-224-224-19.2c-19.2 0-32-19.2-32-32 0-6.4 0-12.8 6.4-19.2L166.4 512 19.2 339.2c-12.8-12.8-6.4-32 6.4-44.8 6.4-6.4 12.8-6.4 19.2-6.4l224-19.2 19.2-224c0-19.2 19.2-32 32-32 6.4 0 12.8 0 19.2 6.4L512 166.4 684.8 19.2c12.8-12.8 32-12.8 44.8 6.4 6.4 6.4 6.4 12.8 6.4 19.2l19.2 224 224 19.2c19.2 0 32 19.2 32 32 0 6.4 0 12.8-6.4 19.2L857.6 512l147.2 172.8c12.8 12.8 12.8 32-6.4 44.8-6.4 6.4-12.8 6.4-19.2 6.4l-224 19.2-19.2 224c0 19.2-19.2 32-32 32-6.4 0-12.8 0-19.2-6.4L512 857.6z",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#FFCE60"
30
+ }, null, 8, _hoisted_1),
31
+ vue.createElementVNode("path", {
32
+ d: "M512 889.6c-204.8 0-377.6-166.4-377.6-377.6S307.2 134.4 512 134.4s377.6 166.4 377.6 377.6-172.8 377.6-377.6 377.6z m0-51.2c179.2 0 326.4-147.2 326.4-326.4S691.2 185.6 512 185.6 185.6 332.8 185.6 512s147.2 326.4 326.4 326.4z",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#FFF"
34
+ }, null, 8, _hoisted_2)
35
+ ], 16);
36
+ }
37
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
38
+ module.exports = index;
package/lib/index.js CHANGED
@@ -94,6 +94,7 @@ var index$1q = require("./IconElectricBox/index.js");
94
94
  var index$1r = require("./IconSolar/index.js");
95
95
  var index$1s = require("./IconSensorTilt/index.js");
96
96
  var index$1t = require("./IconSensorWater/index.js");
97
+ var index$1u = require("./IconLux/index.js");
97
98
  exports.IconShield = index;
98
99
  exports.IconUser = index$1;
99
100
  exports.IconLock = index$2;
@@ -188,3 +189,4 @@ exports.IconElectricBox = index$1q;
188
189
  exports.IconSolar = index$1r;
189
190
  exports.IconSensorTilt = index$1s;
190
191
  exports.IconSensorWater = index$1t;
192
+ exports.IconLux = index$1u;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-bluebee",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
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 1024 1024" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-lux`]" width="1em" height="1em" v-bind="$attrs"><path d="M512 857.6l-172.8 147.2c-12.8 12.8-32 12.8-44.8-6.4-6.4-6.4-6.4-12.8-6.4-19.2l-19.2-224-224-19.2c-19.2 0-32-19.2-32-32 0-6.4 0-12.8 6.4-19.2L166.4 512 19.2 339.2c-12.8-12.8-6.4-32 6.4-44.8 6.4-6.4 12.8-6.4 19.2-6.4l224-19.2 19.2-224c0-19.2 19.2-32 32-32 6.4 0 12.8 0 19.2 6.4L512 166.4 684.8 19.2c12.8-12.8 32-12.8 44.8 6.4 6.4 6.4 6.4 12.8 6.4 19.2l19.2 224 224 19.2c19.2 0 32 19.2 32 32 0 6.4 0 12.8-6.4 19.2L857.6 512l147.2 172.8c12.8 12.8 12.8 32-6.4 44.8-6.4 6.4-12.8 6.4-19.2 6.4l-224 19.2-19.2 224c0 19.2-19.2 32-32 32-6.4 0-12.8 0-19.2-6.4L512 857.6z" :fill="useCurrentColor ? 'currentColor' : '#FFCE60'"/><path d="M512 889.6c-204.8 0-377.6-166.4-377.6-377.6S307.2 134.4 512 134.4s377.6 166.4 377.6 377.6-172.8 377.6-377.6 377.6z m0-51.2c179.2 0 326.4-147.2 326.4-326.4S691.2 185.6 512 185.6 185.6 332.8 185.6 512s147.2 326.4 326.4 326.4z" :fill="useCurrentColor ? 'currentColor' : '#FFF'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLux',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
package/src/index.js CHANGED
@@ -91,4 +91,5 @@ export { default as IconLight1 } from './IconLight1/index.vue';
91
91
  export { default as IconElectricBox } from './IconElectricBox/index.vue';
92
92
  export { default as IconSolar } from './IconSolar/index.vue';
93
93
  export { default as IconSensorTilt } from './IconSensorTilt/index.vue';
94
- export { default as IconSensorWater } from './IconSensorWater/index.vue';
94
+ export { default as IconSensorWater } from './IconSensorWater/index.vue';
95
+ export { default as IconLux } from './IconLux/index.vue';