@arco-iconbox/vue-bluebee 0.0.11 → 0.0.12

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,32 @@
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: "IconSolar",
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 = /* @__PURE__ */ createElementVNode("path", { d: "M243.2 146.602667l-27.136 148.48q-6.272 34.432 16.128 61.269333 22.357333 26.837333 57.344 26.837333h190.464v75.477334H469.333333q-30.933333 0-52.778666 21.888-21.888 21.845333-21.888 52.778666V682.666667q0 30.933333 21.888 52.778666 21.845333 21.888 52.778666 21.888h10.666667l0.042667 138.666667H384v64h256V896h-95.957333v-138.666667H554.666667q30.933333 0 52.778666-21.888 21.888-21.845333 21.888-52.778666v-149.333334q0-30.933333-21.888-52.778666-21.845333-21.888-52.778666-21.888h-10.666667V383.189333h170.794667q27.050667 0 47.786666-17.322666 20.778667-17.322667 25.642667-43.946667l27.093333-148.48q6.272-34.432-16.085333-61.269333Q776.832 85.333333 741.888 85.333333H316.586667q-27.050667 0-47.829334 17.322667t-25.6 43.946667z m73.386667 2.730666h96.426666l-10.069333 53.333334h-104.96l8.106667-44.586667q1.621333-8.746667 10.538666-8.746667z m161.578666 0h104.832l-11.008 53.333334H468.053333l10.069334-53.333334z m274.218667 12.586667l-7.466667 40.746667h-107.605333l11.050667-53.333334h93.525333q4.992 0 8.192 3.84t2.304 8.746667zM390.826667 266.666667L381.013333 319.189333H289.536q-4.992 0-8.192-3.84t-2.304-8.746666l7.253333-39.936h104.576z m167.893333 0l-10.88 52.522666h-101.802667l9.941334-52.522666h102.741333z m156.032 52.522666h-101.546667l10.837334-52.522666h109.184l-7.978667 43.776q-1.621333 8.746667-10.496 8.746666zM458.666667 682.666667v-149.333334q0-4.437333 3.114666-7.552T469.333333 522.666667h85.333334q10.666667 0 10.666666 10.666666V682.666667q0 10.666667-10.666666 10.666666h-85.333334q-4.437333 0-7.552-3.114666T458.666667 682.666667z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_2
20
+ ];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return openBlock(), createElementBlock("svg", mergeProps({
23
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
24
+ viewBox: "0 0 1024 1024",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-solar`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
30
+ }
31
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export { index as default };
package/esm/index.js CHANGED
@@ -89,3 +89,4 @@ export { default as IconGisLightOfflineOff } from "./IconGisLightOfflineOff/inde
89
89
  export { default as IconLight2 } from "./IconLight2/index.js";
90
90
  export { default as IconLight1 } from "./IconLight1/index.js";
91
91
  export { default as IconElectricBox } from "./IconElectricBox/index.js";
92
+ export { default as IconSolar } from "./IconSolar/index.js";
@@ -0,0 +1,33 @@
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: "IconSolar",
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 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M243.2 146.602667l-27.136 148.48q-6.272 34.432 16.128 61.269333 22.357333 26.837333 57.344 26.837333h190.464v75.477334H469.333333q-30.933333 0-52.778666 21.888-21.888 21.845333-21.888 52.778666V682.666667q0 30.933333 21.888 52.778666 21.845333 21.888 52.778666 21.888h10.666667l0.042667 138.666667H384v64h256V896h-95.957333v-138.666667H554.666667q30.933333 0 52.778666-21.888 21.888-21.845333 21.888-52.778666v-149.333334q0-30.933333-21.888-52.778666-21.845333-21.888-52.778666-21.888h-10.666667V383.189333h170.794667q27.050667 0 47.786666-17.322666 20.778667-17.322667 25.642667-43.946667l27.093333-148.48q6.272-34.432-16.085333-61.269333Q776.832 85.333333 741.888 85.333333H316.586667q-27.050667 0-47.829334 17.322667t-25.6 43.946667z m73.386667 2.730666h96.426666l-10.069333 53.333334h-104.96l8.106667-44.586667q1.621333-8.746667 10.538666-8.746667z m161.578666 0h104.832l-11.008 53.333334H468.053333l10.069334-53.333334z m274.218667 12.586667l-7.466667 40.746667h-107.605333l11.050667-53.333334h93.525333q4.992 0 8.192 3.84t2.304 8.746667zM390.826667 266.666667L381.013333 319.189333H289.536q-4.992 0-8.192-3.84t-2.304-8.746666l7.253333-39.936h104.576z m167.893333 0l-10.88 52.522666h-101.802667l9.941334-52.522666h102.741333z m156.032 52.522666h-101.546667l10.837334-52.522666h109.184l-7.978667 43.776q-1.621333 8.746667-10.496 8.746666zM458.666667 682.666667v-149.333334q0-4.437333 3.114666-7.552T469.333333 522.666667h85.333334q10.666667 0 10.666666 10.666666V682.666667q0 10.666667-10.666666 10.666666h-85.333334q-4.437333 0-7.552-3.114666T458.666667 682.666667z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ viewBox: "0 0 1024 1024",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-solar`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ module.exports = index;
package/lib/index.js CHANGED
@@ -91,6 +91,7 @@ var index$1n = require("./IconGisLightOfflineOff/index.js");
91
91
  var index$1o = require("./IconLight2/index.js");
92
92
  var index$1p = require("./IconLight1/index.js");
93
93
  var index$1q = require("./IconElectricBox/index.js");
94
+ var index$1r = require("./IconSolar/index.js");
94
95
  exports.IconShield = index;
95
96
  exports.IconUser = index$1;
96
97
  exports.IconLock = index$2;
@@ -182,3 +183,4 @@ exports.IconGisLightOfflineOff = index$1n;
182
183
  exports.IconLight2 = index$1o;
183
184
  exports.IconLight1 = index$1p;
184
185
  exports.IconElectricBox = index$1q;
186
+ exports.IconSolar = index$1r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-bluebee",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg :fill="useCurrentColor ? 'currentColor' : '#000'" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-solar`]" width="1em" height="1em" v-bind="$attrs"><path d="M243.2 146.602667l-27.136 148.48q-6.272 34.432 16.128 61.269333 22.357333 26.837333 57.344 26.837333h190.464v75.477334H469.333333q-30.933333 0-52.778666 21.888-21.888 21.845333-21.888 52.778666V682.666667q0 30.933333 21.888 52.778666 21.845333 21.888 52.778666 21.888h10.666667l0.042667 138.666667H384v64h256V896h-95.957333v-138.666667H554.666667q30.933333 0 52.778666-21.888 21.888-21.845333 21.888-52.778666v-149.333334q0-30.933333-21.888-52.778666-21.845333-21.888-52.778666-21.888h-10.666667V383.189333h170.794667q27.050667 0 47.786666-17.322666 20.778667-17.322667 25.642667-43.946667l27.093333-148.48q6.272-34.432-16.085333-61.269333Q776.832 85.333333 741.888 85.333333H316.586667q-27.050667 0-47.829334 17.322667t-25.6 43.946667z m73.386667 2.730666h96.426666l-10.069333 53.333334h-104.96l8.106667-44.586667q1.621333-8.746667 10.538666-8.746667z m161.578666 0h104.832l-11.008 53.333334H468.053333l10.069334-53.333334z m274.218667 12.586667l-7.466667 40.746667h-107.605333l11.050667-53.333334h93.525333q4.992 0 8.192 3.84t2.304 8.746667zM390.826667 266.666667L381.013333 319.189333H289.536q-4.992 0-8.192-3.84t-2.304-8.746666l7.253333-39.936h104.576z m167.893333 0l-10.88 52.522666h-101.802667l9.941334-52.522666h102.741333z m156.032 52.522666h-101.546667l10.837334-52.522666h109.184l-7.978667 43.776q-1.621333 8.746667-10.496 8.746666zM458.666667 682.666667v-149.333334q0-4.437333 3.114666-7.552T469.333333 522.666667h85.333334q10.666667 0 10.666666 10.666666V682.666667q0 10.666667-10.666666 10.666666h-85.333334q-4.437333 0-7.552-3.114666T458.666667 682.666667z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconSolar',
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
@@ -88,4 +88,5 @@ export { default as IconGisLightOnlineOn } from './IconGisLightOnlineOn/index.vu
88
88
  export { default as IconGisLightOfflineOff } from './IconGisLightOfflineOff/index.vue';
89
89
  export { default as IconLight2 } from './IconLight2/index.vue';
90
90
  export { default as IconLight1 } from './IconLight1/index.vue';
91
- export { default as IconElectricBox } from './IconElectricBox/index.vue';
91
+ export { default as IconElectricBox } from './IconElectricBox/index.vue';
92
+ export { default as IconSolar } from './IconSolar/index.vue';