@arco-iconbox/vue-bluebee 0.0.11 → 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.
- package/dist/icon.js +922 -830
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +115 -103
- package/dist/icon.min.js.map +1 -1
- package/esm/IconSensorTilt/index.js +32 -0
- package/esm/IconSensorWater/index.js +34 -0
- package/esm/IconSolar/index.js +32 -0
- package/esm/index.js +3 -0
- package/lib/IconSensorTilt/index.js +33 -0
- package/lib/IconSensorWater/index.js +35 -0
- package/lib/IconSolar/index.js +33 -0
- package/lib/index.js +6 -0
- package/package.json +1 -1
- package/src/IconSensorTilt/index.vue +19 -0
- package/src/IconSensorWater/index.vue +19 -0
- package/src/IconSolar/index.vue +19 -0
- package/src/index.js +4 -1
@@ -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: "IconSensorTilt",
|
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
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
18
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
19
|
+
viewBox: "0 0 1024 1024",
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
21
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sensor-tilt`],
|
22
|
+
width: "1em",
|
23
|
+
height: "1em"
|
24
|
+
}, _ctx.$attrs), [
|
25
|
+
createElementVNode("path", {
|
26
|
+
d: "M909.054629 346.551122c16.373387 8.186693 34.793447 4.093347 47.073487-8.186693l-69.586894-32.746774c-2.046673 16.373387 6.14002 32.746774 22.513407 40.933467zM763.740822 221.704048l-133.033768 4.093347-79.82026-104.380341-24.560081 18.42006 61.400201 79.820261-2.046674-2.046673-225.134068 474.828216-16.373386-8.186693c-22.513407-10.233367-49.12016-6.14002-57.306854 12.28004l-145.313808 188.293947 145.313808 67.540221 34.793447 16.373387H51.498497V1024H571.353527v-51.166834h-128.940421l40.933467-180.107254c8.186693-18.42006-4.093347-42.98014-26.606753-53.213507l-16.373387-8.186694 223.087395-470.734869 98.24032-2.046674v-6.14002h4.093347l-2.046673-30.7001zM362.592846 86.623607c16.373387 8.186693 34.793447 4.093347 47.073487-8.186693l-69.586894-32.746774c-2.046673 16.373387 6.14002 32.746774 22.513407 40.933467zM534.513407 125.510401l2.046673-2.046673 2.046674-2.046674 2.046673-6.14002c4.093347-20.466733-34.793447-55.26018-55.260181-67.54022-6.14002-2.046673-61.4002-32.746774-61.4002-32.746774L397.386293 2.71c-14.326713-6.14002-34.793447-2.046673-40.933467 14.326714l-8.186694 10.233366-2.046673 4.093347-4.093347 10.233367 186.247275 88.006954 6.14002-4.093347zM954.081443 268.777535l-26.606754-14.326713c-2.046673 0-59.353527-24.56008-65.493547-26.606754-18.42006-8.186693-63.446874-14.326713-81.866934-6.14002H778.067535c-2.046673 0-2.046673 2.046673-4.093347 4.093347-4.093347 4.093347-4.093347 8.186693-4.093346 12.28004v6.14002l186.247274 88.006954 4.093347-10.233367 2.046673-4.093346 4.093347-10.233367c10.233367-12.28004 2.046673-30.7001-12.28004-38.886794z",
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000"
|
28
|
+
}, null, 8, _hoisted_1)
|
29
|
+
], 16);
|
30
|
+
}
|
31
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
32
|
+
export { index as default };
|
@@ -0,0 +1,34 @@
|
|
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: "IconSensorWater",
|
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: "M907.2 854.848a72.768 72.768 0 0 1-107.68 0 145.728 145.728 0 0 0-215.52 0 72.8 72.8 0 0 1-107.744 0 145.728 145.728 0 0 0-215.52 0l-3.424 2.144c-35.104 21.024-77.12 14.528-111.296-8a36.192 36.192 0 0 0-46.912 5.856 42.624 42.624 0 0 0 0 57.504 145.728 145.728 0 0 0 215.552 0 72.768 72.768 0 0 1 107.68 0 145.728 145.728 0 0 0 215.552 0 72.8 72.8 0 0 1 107.712 0 145.728 145.728 0 0 0 215.552 0 42.624 42.624 0 0 0 0-57.504 36.512 36.512 0 0 0-53.952 0zM314.656 698.784a72.768 72.768 0 0 1 107.68 0 145.728 145.728 0 0 0 215.552 0 72.8 72.8 0 0 1 107.712 0 145.728 145.728 0 0 0 215.552 0 42.624 42.624 0 0 0 0-57.504 36.512 36.512 0 0 0-53.952 0 72.64 72.64 0 0 1-107.68 0 146.24 146.24 0 0 0-129.28-45.92 141.28 141.28 0 0 0-90.432-115.328V113.504a49.504 49.504 0 0 0-98.976 0V480a141.216 141.216 0 0 0-90.304 115.264 146.592 146.592 0 0 0-129.536 45.984l-3.424 2.112c-35.104 21.056-77.12 14.528-111.296-8a36.192 36.192 0 0 0-46.88 5.888 42.624 42.624 0 0 0 0 57.504 145.728 145.728 0 0 0 215.264 0z m215.488-128.64a41.824 41.824 0 1 1 0 83.712 41.824 41.824 0 0 1 0-83.68zM696.64 180.864h104.512a26.368 26.368 0 0 0 0-52.704H696.64a26.368 26.368 0 1 0 0 52.704z" }, null, -1);
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M696.64 470.688h104.48a26.336 26.336 0 1 0 0-52.64H696.64a26.336 26.336 0 1 0 0 52.64z m0-144.864h104.48a26.368 26.368 0 0 0 0-52.704H696.64a26.368 26.368 0 1 0 0 52.704z" }, null, -1);
|
19
|
+
const _hoisted_4 = [
|
20
|
+
_hoisted_2,
|
21
|
+
_hoisted_3
|
22
|
+
];
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
24
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
26
|
+
viewBox: "0 0 1060 1024",
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sensor-water`],
|
29
|
+
width: "1em",
|
30
|
+
height: "1em"
|
31
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
32
|
+
}
|
33
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
34
|
+
export { index as default };
|
@@ -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,6 @@ 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";
|
93
|
+
export { default as IconSensorTilt } from "./IconSensorTilt/index.js";
|
94
|
+
export { default as IconSensorWater } from "./IconSensorWater/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: "IconSensorTilt",
|
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
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
19
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
20
|
+
viewBox: "0 0 1024 1024",
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sensor-tilt`],
|
23
|
+
width: "1em",
|
24
|
+
height: "1em"
|
25
|
+
}, _ctx.$attrs), [
|
26
|
+
vue.createElementVNode("path", {
|
27
|
+
d: "M909.054629 346.551122c16.373387 8.186693 34.793447 4.093347 47.073487-8.186693l-69.586894-32.746774c-2.046673 16.373387 6.14002 32.746774 22.513407 40.933467zM763.740822 221.704048l-133.033768 4.093347-79.82026-104.380341-24.560081 18.42006 61.400201 79.820261-2.046674-2.046673-225.134068 474.828216-16.373386-8.186693c-22.513407-10.233367-49.12016-6.14002-57.306854 12.28004l-145.313808 188.293947 145.313808 67.540221 34.793447 16.373387H51.498497V1024H571.353527v-51.166834h-128.940421l40.933467-180.107254c8.186693-18.42006-4.093347-42.98014-26.606753-53.213507l-16.373387-8.186694 223.087395-470.734869 98.24032-2.046674v-6.14002h4.093347l-2.046673-30.7001zM362.592846 86.623607c16.373387 8.186693 34.793447 4.093347 47.073487-8.186693l-69.586894-32.746774c-2.046673 16.373387 6.14002 32.746774 22.513407 40.933467zM534.513407 125.510401l2.046673-2.046673 2.046674-2.046674 2.046673-6.14002c4.093347-20.466733-34.793447-55.26018-55.260181-67.54022-6.14002-2.046673-61.4002-32.746774-61.4002-32.746774L397.386293 2.71c-14.326713-6.14002-34.793447-2.046673-40.933467 14.326714l-8.186694 10.233366-2.046673 4.093347-4.093347 10.233367 186.247275 88.006954 6.14002-4.093347zM954.081443 268.777535l-26.606754-14.326713c-2.046673 0-59.353527-24.56008-65.493547-26.606754-18.42006-8.186693-63.446874-14.326713-81.866934-6.14002H778.067535c-2.046673 0-2.046673 2.046673-4.093347 4.093347-4.093347 4.093347-4.093347 8.186693-4.093346 12.28004v6.14002l186.247274 88.006954 4.093347-10.233367 2.046673-4.093346 4.093347-10.233367c10.233367-12.28004 2.046673-30.7001-12.28004-38.886794z",
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000"
|
29
|
+
}, null, 8, _hoisted_1)
|
30
|
+
], 16);
|
31
|
+
}
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
33
|
+
module.exports = index;
|
@@ -0,0 +1,35 @@
|
|
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: "IconSensorWater",
|
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: "M907.2 854.848a72.768 72.768 0 0 1-107.68 0 145.728 145.728 0 0 0-215.52 0 72.8 72.8 0 0 1-107.744 0 145.728 145.728 0 0 0-215.52 0l-3.424 2.144c-35.104 21.024-77.12 14.528-111.296-8a36.192 36.192 0 0 0-46.912 5.856 42.624 42.624 0 0 0 0 57.504 145.728 145.728 0 0 0 215.552 0 72.768 72.768 0 0 1 107.68 0 145.728 145.728 0 0 0 215.552 0 72.8 72.8 0 0 1 107.712 0 145.728 145.728 0 0 0 215.552 0 42.624 42.624 0 0 0 0-57.504 36.512 36.512 0 0 0-53.952 0zM314.656 698.784a72.768 72.768 0 0 1 107.68 0 145.728 145.728 0 0 0 215.552 0 72.8 72.8 0 0 1 107.712 0 145.728 145.728 0 0 0 215.552 0 42.624 42.624 0 0 0 0-57.504 36.512 36.512 0 0 0-53.952 0 72.64 72.64 0 0 1-107.68 0 146.24 146.24 0 0 0-129.28-45.92 141.28 141.28 0 0 0-90.432-115.328V113.504a49.504 49.504 0 0 0-98.976 0V480a141.216 141.216 0 0 0-90.304 115.264 146.592 146.592 0 0 0-129.536 45.984l-3.424 2.112c-35.104 21.056-77.12 14.528-111.296-8a36.192 36.192 0 0 0-46.88 5.888 42.624 42.624 0 0 0 0 57.504 145.728 145.728 0 0 0 215.264 0z m215.488-128.64a41.824 41.824 0 1 1 0 83.712 41.824 41.824 0 0 1 0-83.68zM696.64 180.864h104.512a26.368 26.368 0 0 0 0-52.704H696.64a26.368 26.368 0 1 0 0 52.704z" }, null, -1);
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M696.64 470.688h104.48a26.336 26.336 0 1 0 0-52.64H696.64a26.336 26.336 0 1 0 0 52.64z m0-144.864h104.48a26.368 26.368 0 0 0 0-52.704H696.64a26.368 26.368 0 1 0 0 52.704z" }, null, -1);
|
20
|
+
const _hoisted_4 = [
|
21
|
+
_hoisted_2,
|
22
|
+
_hoisted_3
|
23
|
+
];
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
25
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
26
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
27
|
+
viewBox: "0 0 1060 1024",
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sensor-water`],
|
30
|
+
width: "1em",
|
31
|
+
height: "1em"
|
32
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
33
|
+
}
|
34
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
35
|
+
module.exports = index;
|
@@ -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,9 @@ 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");
|
95
|
+
var index$1s = require("./IconSensorTilt/index.js");
|
96
|
+
var index$1t = require("./IconSensorWater/index.js");
|
94
97
|
exports.IconShield = index;
|
95
98
|
exports.IconUser = index$1;
|
96
99
|
exports.IconLock = index$2;
|
@@ -182,3 +185,6 @@ exports.IconGisLightOfflineOff = index$1n;
|
|
182
185
|
exports.IconLight2 = index$1o;
|
183
186
|
exports.IconLight1 = index$1p;
|
184
187
|
exports.IconElectricBox = index$1q;
|
188
|
+
exports.IconSolar = index$1r;
|
189
|
+
exports.IconSensorTilt = index$1s;
|
190
|
+
exports.IconSensorWater = index$1t;
|
package/package.json
CHANGED
@@ -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-sensor-tilt`]" width="1em" height="1em" v-bind="$attrs"><path d="M909.054629 346.551122c16.373387 8.186693 34.793447 4.093347 47.073487-8.186693l-69.586894-32.746774c-2.046673 16.373387 6.14002 32.746774 22.513407 40.933467zM763.740822 221.704048l-133.033768 4.093347-79.82026-104.380341-24.560081 18.42006 61.400201 79.820261-2.046674-2.046673-225.134068 474.828216-16.373386-8.186693c-22.513407-10.233367-49.12016-6.14002-57.306854 12.28004l-145.313808 188.293947 145.313808 67.540221 34.793447 16.373387H51.498497V1024H571.353527v-51.166834h-128.940421l40.933467-180.107254c8.186693-18.42006-4.093347-42.98014-26.606753-53.213507l-16.373387-8.186694 223.087395-470.734869 98.24032-2.046674v-6.14002h4.093347l-2.046673-30.7001zM362.592846 86.623607c16.373387 8.186693 34.793447 4.093347 47.073487-8.186693l-69.586894-32.746774c-2.046673 16.373387 6.14002 32.746774 22.513407 40.933467zM534.513407 125.510401l2.046673-2.046673 2.046674-2.046674 2.046673-6.14002c4.093347-20.466733-34.793447-55.26018-55.260181-67.54022-6.14002-2.046673-61.4002-32.746774-61.4002-32.746774L397.386293 2.71c-14.326713-6.14002-34.793447-2.046673-40.933467 14.326714l-8.186694 10.233366-2.046673 4.093347-4.093347 10.233367 186.247275 88.006954 6.14002-4.093347zM954.081443 268.777535l-26.606754-14.326713c-2.046673 0-59.353527-24.56008-65.493547-26.606754-18.42006-8.186693-63.446874-14.326713-81.866934-6.14002H778.067535c-2.046673 0-2.046673 2.046673-4.093347 4.093347-4.093347 4.093347-4.093347 8.186693-4.093346 12.28004v6.14002l186.247274 88.006954 4.093347-10.233367 2.046673-4.093346 4.093347-10.233367c10.233367-12.28004 2.046673-30.7001-12.28004-38.886794z" :fill="useCurrentColor ? 'currentColor' : '#000'"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconSensorTilt',
|
8
|
+
props: {
|
9
|
+
prefix: {
|
10
|
+
type: String,
|
11
|
+
default: 'bb',
|
12
|
+
},
|
13
|
+
useCurrentColor: {
|
14
|
+
type: Boolean,
|
15
|
+
default: true,
|
16
|
+
},
|
17
|
+
},
|
18
|
+
};
|
19
|
+
</script>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<template>
|
2
|
+
<svg :fill="useCurrentColor ? 'currentColor' : '#000'" viewBox="0 0 1060 1024" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sensor-water`]" width="1em" height="1em" v-bind="$attrs"><path d="M907.2 854.848a72.768 72.768 0 0 1-107.68 0 145.728 145.728 0 0 0-215.52 0 72.8 72.8 0 0 1-107.744 0 145.728 145.728 0 0 0-215.52 0l-3.424 2.144c-35.104 21.024-77.12 14.528-111.296-8a36.192 36.192 0 0 0-46.912 5.856 42.624 42.624 0 0 0 0 57.504 145.728 145.728 0 0 0 215.552 0 72.768 72.768 0 0 1 107.68 0 145.728 145.728 0 0 0 215.552 0 72.8 72.8 0 0 1 107.712 0 145.728 145.728 0 0 0 215.552 0 42.624 42.624 0 0 0 0-57.504 36.512 36.512 0 0 0-53.952 0zM314.656 698.784a72.768 72.768 0 0 1 107.68 0 145.728 145.728 0 0 0 215.552 0 72.8 72.8 0 0 1 107.712 0 145.728 145.728 0 0 0 215.552 0 42.624 42.624 0 0 0 0-57.504 36.512 36.512 0 0 0-53.952 0 72.64 72.64 0 0 1-107.68 0 146.24 146.24 0 0 0-129.28-45.92 141.28 141.28 0 0 0-90.432-115.328V113.504a49.504 49.504 0 0 0-98.976 0V480a141.216 141.216 0 0 0-90.304 115.264 146.592 146.592 0 0 0-129.536 45.984l-3.424 2.112c-35.104 21.056-77.12 14.528-111.296-8a36.192 36.192 0 0 0-46.88 5.888 42.624 42.624 0 0 0 0 57.504 145.728 145.728 0 0 0 215.264 0z m215.488-128.64a41.824 41.824 0 1 1 0 83.712 41.824 41.824 0 0 1 0-83.68zM696.64 180.864h104.512a26.368 26.368 0 0 0 0-52.704H696.64a26.368 26.368 0 1 0 0 52.704z"/><path d="M696.64 470.688h104.48a26.336 26.336 0 1 0 0-52.64H696.64a26.336 26.336 0 1 0 0 52.64z m0-144.864h104.48a26.368 26.368 0 0 0 0-52.704H696.64a26.368 26.368 0 1 0 0 52.704z"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconSensorWater',
|
8
|
+
props: {
|
9
|
+
prefix: {
|
10
|
+
type: String,
|
11
|
+
default: 'bb',
|
12
|
+
},
|
13
|
+
useCurrentColor: {
|
14
|
+
type: Boolean,
|
15
|
+
default: true,
|
16
|
+
},
|
17
|
+
},
|
18
|
+
};
|
19
|
+
</script>
|
@@ -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,7 @@ 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';
|
93
|
+
export { default as IconSensorTilt } from './IconSensorTilt/index.vue';
|
94
|
+
export { default as IconSensorWater } from './IconSensorWater/index.vue';
|