@arco-iconbox/vue-bluebee 0.0.1 → 0.0.2
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 +1674 -22
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +134 -18
- package/dist/icon.min.js.map +1 -1
- package/esm/IconDecline/index.js +34 -0
- package/esm/IconRise/index.js +33 -0
- package/esm/IconSidebarBigScreen/index.js +52 -0
- package/esm/IconSidebarDashboard/index.js +41 -0
- package/esm/IconSidebarLight/index.js +30 -0
- package/esm/IconSidebarManage/index.js +30 -0
- package/esm/IconSidebarPole/index.js +30 -0
- package/esm/IconSliderTouchIcon/index.js +34 -0
- package/esm/IconStage110/index.js +75 -0
- package/esm/IconStageAdPublish/index.js +52 -0
- package/esm/IconStageBigScreen/index.js +69 -0
- package/esm/IconStageBox/index.js +67 -0
- package/esm/IconStageBoxIcon/index.js +80 -0
- package/esm/IconStageBroadcast/index.js +44 -0
- package/esm/IconStageCharge/index.js +76 -0
- package/esm/IconStageCityBroadcast/index.js +89 -0
- package/esm/IconStageDoorlock/index.js +56 -0
- package/esm/IconStageInfoPublish/index.js +66 -0
- package/esm/IconStageLight/index.js +40 -0
- package/esm/IconStageLightMange/index.js +74 -0
- package/esm/IconStageSafeMonitor/index.js +64 -0
- package/esm/IconStageSafeMonitorIcon/index.js +91 -0
- package/esm/IconStageSplitGroup/index.js +81 -0
- package/esm/IconStageStrongE/index.js +52 -0
- package/esm/IconStageTiltMonitor/index.js +61 -0
- package/esm/IconStageUserinfo/index.js +66 -0
- package/esm/IconStageWaterMonitor/index.js +75 -0
- package/esm/IconStageWeather/index.js +66 -0
- package/esm/IconStageWeatherIcon/index.js +82 -0
- package/esm/index.js +29 -0
- package/lib/IconDecline/index.js +35 -0
- package/lib/IconRise/index.js +34 -0
- package/lib/IconSidebarBigScreen/index.js +53 -0
- package/lib/IconSidebarDashboard/index.js +42 -0
- package/lib/IconSidebarLight/index.js +31 -0
- package/lib/IconSidebarManage/index.js +31 -0
- package/lib/IconSidebarPole/index.js +31 -0
- package/lib/IconSliderTouchIcon/index.js +35 -0
- package/lib/IconStage110/index.js +76 -0
- package/lib/IconStageAdPublish/index.js +53 -0
- package/lib/IconStageBigScreen/index.js +70 -0
- package/lib/IconStageBox/index.js +68 -0
- package/lib/IconStageBoxIcon/index.js +81 -0
- package/lib/IconStageBroadcast/index.js +45 -0
- package/lib/IconStageCharge/index.js +77 -0
- package/lib/IconStageCityBroadcast/index.js +90 -0
- package/lib/IconStageDoorlock/index.js +57 -0
- package/lib/IconStageInfoPublish/index.js +67 -0
- package/lib/IconStageLight/index.js +41 -0
- package/lib/IconStageLightMange/index.js +75 -0
- package/lib/IconStageSafeMonitor/index.js +65 -0
- package/lib/IconStageSafeMonitorIcon/index.js +92 -0
- package/lib/IconStageSplitGroup/index.js +82 -0
- package/lib/IconStageStrongE/index.js +53 -0
- package/lib/IconStageTiltMonitor/index.js +62 -0
- package/lib/IconStageUserinfo/index.js +67 -0
- package/lib/IconStageWaterMonitor/index.js +76 -0
- package/lib/IconStageWeather/index.js +67 -0
- package/lib/IconStageWeatherIcon/index.js +83 -0
- package/lib/index.js +58 -0
- package/package.json +1 -1
- package/src/IconDecline/index.vue +19 -0
- package/src/IconRise/index.vue +19 -0
- package/src/IconSidebarBigScreen/index.vue +19 -0
- package/src/IconSidebarDashboard/index.vue +19 -0
- package/src/IconSidebarLight/index.vue +19 -0
- package/src/IconSidebarManage/index.vue +19 -0
- package/src/IconSidebarPole/index.vue +19 -0
- package/src/IconSliderTouchIcon/index.vue +19 -0
- package/src/IconStage110/index.vue +19 -0
- package/src/IconStageAdPublish/index.vue +19 -0
- package/src/IconStageBigScreen/index.vue +19 -0
- package/src/IconStageBox/index.vue +19 -0
- package/src/IconStageBoxIcon/index.vue +19 -0
- package/src/IconStageBroadcast/index.vue +19 -0
- package/src/IconStageCharge/index.vue +19 -0
- package/src/IconStageCityBroadcast/index.vue +19 -0
- package/src/IconStageDoorlock/index.vue +19 -0
- package/src/IconStageInfoPublish/index.vue +19 -0
- package/src/IconStageLight/index.vue +19 -0
- package/src/IconStageLightMange/index.vue +19 -0
- package/src/IconStageSafeMonitor/index.vue +19 -0
- package/src/IconStageSafeMonitorIcon/index.vue +19 -0
- package/src/IconStageSplitGroup/index.vue +19 -0
- package/src/IconStageStrongE/index.vue +19 -0
- package/src/IconStageTiltMonitor/index.vue +19 -0
- package/src/IconStageUserinfo/index.vue +19 -0
- package/src/IconStageWaterMonitor/index.vue +19 -0
- package/src/IconStageWeather/index.vue +19 -0
- package/src/IconStageWeatherIcon/index.vue +19 -0
- package/src/index.js +30 -1
@@ -0,0 +1,82 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode, createStaticVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconStageWeatherIcon",
|
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 = /* @__PURE__ */ createStaticVNode('<defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_40ad95a5e5__a"><stop stop-color="#45D9F7" offset="0%"></stop><stop stop-color="#21B2EC" offset="100%"></stop></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_40ad95a5e5__b"><stop stop-color="#D8F6FF" offset="0%"></stop><stop stop-color="#95E1FF" offset="100%"></stop></linearGradient></defs>', 1);
|
17
|
+
const _hoisted_2 = {
|
18
|
+
fill: "none",
|
19
|
+
"fill-rule": "evenodd"
|
20
|
+
};
|
21
|
+
const _hoisted_3 = ["fill"];
|
22
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("g", {
|
23
|
+
stroke: "#87DDFF",
|
24
|
+
"stroke-linejoin": "round",
|
25
|
+
"stroke-width": "2.019"
|
26
|
+
}, [
|
27
|
+
/* @__PURE__ */ createElementVNode("path", {
|
28
|
+
d: "M14.626 7.622L14.93 11.783M24.462.446L28.174.446",
|
29
|
+
transform: "rotate(125 11.161 15.373)"
|
30
|
+
}),
|
31
|
+
/* @__PURE__ */ createElementVNode("path", {
|
32
|
+
d: "M3.421.376L7.423.376M0 4.893L2.448 7.87",
|
33
|
+
transform: "scale(1 -1) rotate(55 33.243 14.31)"
|
34
|
+
}),
|
35
|
+
/* @__PURE__ */ createElementVNode("path", {
|
36
|
+
d: "M21.485 5.092L23.712 7.954",
|
37
|
+
transform: "rotate(125 11.161 15.373)"
|
38
|
+
})
|
39
|
+
], -1);
|
40
|
+
const _hoisted_5 = ["fill"];
|
41
|
+
const _hoisted_6 = ["fill"];
|
42
|
+
const _hoisted_7 = /* @__PURE__ */ createElementVNode("path", {
|
43
|
+
d: "M39.7204543,34.1803613 L26.7758412,34.1803613 C24.462893,34.1803613 22.5878781,32.4702508 22.5878781,30.3607225 C22.5878781,28.2511943 24.462893,26.5410838 26.7758412,26.5410838",
|
44
|
+
stroke: "#FFF",
|
45
|
+
"stroke-width": "2.284",
|
46
|
+
"stroke-linecap": "round",
|
47
|
+
transform: "translate(4 8)"
|
48
|
+
}, null, -1);
|
49
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
50
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
51
|
+
viewBox: "0 0 64 64",
|
52
|
+
xmlns: "http://www.w3.org/2000/svg",
|
53
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-weather-icon`],
|
54
|
+
width: "1em",
|
55
|
+
height: "1em"
|
56
|
+
}, _ctx.$attrs), [
|
57
|
+
_hoisted_1,
|
58
|
+
createElementVNode("g", _hoisted_2, [
|
59
|
+
createElementVNode("rect", {
|
60
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
|
61
|
+
opacity: ".1",
|
62
|
+
width: "64",
|
63
|
+
height: "64",
|
64
|
+
rx: "32"
|
65
|
+
}, null, 8, _hoisted_3),
|
66
|
+
_hoisted_4,
|
67
|
+
createElementVNode("path", {
|
68
|
+
d: "M20.3002659,14.3182399 C22.7934396,14.3182399 25.0066312,15.5211605 26.3949119,17.3801753 C23.0848883,18.8937356 20.7629481,22.2036966 20.6663391,26.0681432 C19.0655727,26.3966922 17.7205153,27.4264065 16.9662086,28.8222446 C14.4335608,27.5833018 12.6890563,24.9740635 12.6890563,21.9559554 C12.6890563,17.7377616 16.0967109,14.3182399 20.3002659,14.3182399 Z",
|
69
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_40ad95a5e5__a)",
|
70
|
+
transform: "translate(4 8)"
|
71
|
+
}, null, 8, _hoisted_5),
|
72
|
+
createElementVNode("path", {
|
73
|
+
d: "M21.4667856,38 C17.8805877,38 14.9733998,35.0928121 14.9733998,31.5066142 C14.9733998,28.2994311 17.2985557,25.6353173 20.3551244,25.1080158 C20.8999523,19.4835992 25.7825993,15.0821676 31.7252521,15.0821676 C36.1950901,15.0821676 40.0652321,17.5722678 41.9412314,21.2001125 C46.4199607,21.3665735 50,25.0622411 50,29.5967948 C50,33.442894 47.4245114,36.6854964 43.9094042,37.6834042 L43.9084174,38 L21.4667856,38 Z",
|
74
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_40ad95a5e5__b)",
|
75
|
+
transform: "translate(4 8)"
|
76
|
+
}, null, 8, _hoisted_6),
|
77
|
+
_hoisted_7
|
78
|
+
])
|
79
|
+
], 16);
|
80
|
+
}
|
81
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
82
|
+
export { index as default };
|
package/esm/index.js
CHANGED
@@ -1,3 +1,32 @@
|
|
1
1
|
export { default as IconShield } from "./IconShield/index.js";
|
2
2
|
export { default as IconUser } from "./IconUser/index.js";
|
3
3
|
export { default as IconLock } from "./IconLock/index.js";
|
4
|
+
export { default as IconStageDoorlock } from "./IconStageDoorlock/index.js";
|
5
|
+
export { default as IconStageLight } from "./IconStageLight/index.js";
|
6
|
+
export { default as IconStageBroadcast } from "./IconStageBroadcast/index.js";
|
7
|
+
export { default as IconStage110 } from "./IconStage110/index.js";
|
8
|
+
export { default as IconStageCharge } from "./IconStageCharge/index.js";
|
9
|
+
export { default as IconStageInfoPublish } from "./IconStageInfoPublish/index.js";
|
10
|
+
export { default as IconStageBox } from "./IconStageBox/index.js";
|
11
|
+
export { default as IconStageWeatherIcon } from "./IconStageWeatherIcon/index.js";
|
12
|
+
export { default as IconStageWeather } from "./IconStageWeather/index.js";
|
13
|
+
export { default as IconStageSplitGroup } from "./IconStageSplitGroup/index.js";
|
14
|
+
export { default as IconStageAdPublish } from "./IconStageAdPublish/index.js";
|
15
|
+
export { default as IconStageSafeMonitor } from "./IconStageSafeMonitor/index.js";
|
16
|
+
export { default as IconStageCityBroadcast } from "./IconStageCityBroadcast/index.js";
|
17
|
+
export { default as IconStageStrongE } from "./IconStageStrongE/index.js";
|
18
|
+
export { default as IconStageUserinfo } from "./IconStageUserinfo/index.js";
|
19
|
+
export { default as IconStageWaterMonitor } from "./IconStageWaterMonitor/index.js";
|
20
|
+
export { default as IconStageTiltMonitor } from "./IconStageTiltMonitor/index.js";
|
21
|
+
export { default as IconStageLightMange } from "./IconStageLightMange/index.js";
|
22
|
+
export { default as IconStageBigScreen } from "./IconStageBigScreen/index.js";
|
23
|
+
export { default as IconStageBoxIcon } from "./IconStageBoxIcon/index.js";
|
24
|
+
export { default as IconStageSafeMonitorIcon } from "./IconStageSafeMonitorIcon/index.js";
|
25
|
+
export { default as IconSidebarManage } from "./IconSidebarManage/index.js";
|
26
|
+
export { default as IconSidebarPole } from "./IconSidebarPole/index.js";
|
27
|
+
export { default as IconSidebarBigScreen } from "./IconSidebarBigScreen/index.js";
|
28
|
+
export { default as IconRise } from "./IconRise/index.js";
|
29
|
+
export { default as IconSidebarDashboard } from "./IconSidebarDashboard/index.js";
|
30
|
+
export { default as IconDecline } from "./IconDecline/index.js";
|
31
|
+
export { default as IconSidebarLight } from "./IconSidebarLight/index.js";
|
32
|
+
export { default as IconSliderTouchIcon } from "./IconSliderTouchIcon/index.js";
|
@@ -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: "IconDecline",
|
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 18 18",
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-decline`],
|
23
|
+
width: "1em",
|
24
|
+
height: "1em"
|
25
|
+
}, _ctx.$attrs), [
|
26
|
+
vue.createElementVNode("path", {
|
27
|
+
d: "M9.73353327,1.1105563 L14.8961938,7.02650291 C14.9798232,7.12200643 14.9998405,7.25760666 14.9473735,7.37320078 C14.8949064,7.48879491 14.7796603,7.56300036 14.6527163,7.56292667 L12.1151376,7.56292667 C11.9537677,7.56153835 11.8166837,7.68067451 11.7955613,7.84066206 C11.6053291,9.2178751 10.4563828,15.3088282 5.0160017,16.2104905 C4.86977072,16.2387097 4.723176,16.163411 4.66093718,16.0281108 C4.59869837,15.8928105 4.63691128,15.7324993 4.75349202,15.6398238 C5.68559095,14.9093614 6.90300838,13.494099 7.24540843,10.9755376 C7.37686991,9.95239149 7.44042467,8.92166196 7.43565546,7.89011588 C7.43570286,7.7102468 7.29209436,7.56326418 7.11227268,7.55913511 L4.32360362,7.55913511 C4.19665095,7.55921976 4.08139227,7.48501427 4.0289202,7.36941294 C3.97644813,7.2538116 3.99647032,7.11820139 4.08011121,7.02269648 L9.24657819,1.1105563 C9.30798678,1.04030371 9.39674742,1 9.49005573,1 C9.58336405,1 9.67212469,1.04030371 9.73353327,1.1105563 Z",
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#339D20",
|
29
|
+
transform: "matrix(1 0 0 -1 0 17.216)",
|
30
|
+
"fill-rule": "nonzero"
|
31
|
+
}, null, 8, _hoisted_1)
|
32
|
+
], 16);
|
33
|
+
}
|
34
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
35
|
+
module.exports = index;
|
@@ -0,0 +1,34 @@
|
|
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: "IconRise",
|
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 18 18",
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-rise`],
|
23
|
+
width: "1em",
|
24
|
+
height: "1em"
|
25
|
+
}, _ctx.$attrs), [
|
26
|
+
vue.createElementVNode("path", {
|
27
|
+
d: "M9.73353327,1.1105563 L14.8961938,7.02650291 C14.9798232,7.12200643 14.9998405,7.25760666 14.9473735,7.37320078 C14.8949064,7.48879491 14.7796603,7.56300036 14.6527163,7.56292667 L12.1151376,7.56292667 C11.9537677,7.56153835 11.8166837,7.68067451 11.7955613,7.84066206 C11.6053291,9.2178751 10.4563828,15.3088282 5.0160017,16.2104905 C4.86977072,16.2387097 4.723176,16.163411 4.66093718,16.0281108 C4.59869837,15.8928105 4.63691128,15.7324993 4.75349202,15.6398238 C5.68559095,14.9093614 6.90300838,13.494099 7.24540843,10.9755376 C7.37686991,9.95239149 7.44042467,8.92166196 7.43565546,7.89011588 C7.43570286,7.7102468 7.29209436,7.56326418 7.11227268,7.55913511 L4.32360362,7.55913511 C4.19665095,7.55921976 4.08139227,7.48501427 4.0289202,7.36941294 C3.97644813,7.2538116 3.99647032,7.11820139 4.08011121,7.02269648 L9.24657819,1.1105563 C9.30798678,1.04030371 9.39674742,1 9.49005573,1 C9.58336405,1 9.67212469,1.04030371 9.73353327,1.1105563 Z",
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#F24A2B",
|
29
|
+
"fill-rule": "nonzero"
|
30
|
+
}, null, 8, _hoisted_1)
|
31
|
+
], 16);
|
32
|
+
}
|
33
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
34
|
+
module.exports = index;
|
@@ -0,0 +1,53 @@
|
|
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: "IconSidebarBigScreen",
|
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 = /* @__PURE__ */ vue.createElementVNode("g", {
|
18
|
+
stroke: "#FFF",
|
19
|
+
"stroke-width": "1.5",
|
20
|
+
fill: "none",
|
21
|
+
"fill-rule": "evenodd",
|
22
|
+
opacity: ".7"
|
23
|
+
}, [
|
24
|
+
/* @__PURE__ */ vue.createElementVNode("path", {
|
25
|
+
"stroke-linecap": "round",
|
26
|
+
d: "M2.5 17.25L17.5 17.25"
|
27
|
+
}),
|
28
|
+
/* @__PURE__ */ vue.createElementVNode("rect", {
|
29
|
+
x: "2.5",
|
30
|
+
y: "2.5",
|
31
|
+
width: "15",
|
32
|
+
height: "12",
|
33
|
+
rx: "1"
|
34
|
+
}),
|
35
|
+
/* @__PURE__ */ vue.createElementVNode("path", {
|
36
|
+
d: "M12.5536966,4.5 L14.4090909,4.5 C14.9613757,4.5 15.4090909,4.94771525 15.4090909,5.5 C15.4090909,6.15688557 15.4090909,6.64954975 15.4090909,6.97799254 M15.4090909,10.059804 C15.4090909,10.3580429 15.4090909,10.8381082 15.4090909,11.5 C15.4090909,12.0522847 14.9613757,12.5 14.4090909,12.5 L12.5536966,12.5 M7.49664396,12.5 L5.40909091,12.5 C4.85680616,12.5 4.40909091,12.0522847 4.40909091,11.5 C4.40909091,10.8574032 4.40909091,10.3754556 4.40909091,10.0541572 M4.40909091,7.06951586 C4.40909091,6.74676156 4.40909091,6.22358961 4.40909091,5.5 C4.40909091,4.94771525 4.85680616,4.5 5.40909091,4.5 L7.47540241,4.5",
|
37
|
+
"stroke-linecap": "round"
|
38
|
+
})
|
39
|
+
], -1);
|
40
|
+
const _hoisted_2 = [
|
41
|
+
_hoisted_1
|
42
|
+
];
|
43
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
44
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
45
|
+
viewBox: "0 0 20 20",
|
46
|
+
xmlns: "http://www.w3.org/2000/svg",
|
47
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-big-screen`],
|
48
|
+
width: "1em",
|
49
|
+
height: "1em"
|
50
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
51
|
+
}
|
52
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
53
|
+
module.exports = index;
|
@@ -0,0 +1,42 @@
|
|
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: "IconSidebarDashboard",
|
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 = /* @__PURE__ */ vue.createElementVNode("g", {
|
18
|
+
stroke: "#FFF",
|
19
|
+
"stroke-width": "1.5",
|
20
|
+
fill: "none",
|
21
|
+
"fill-rule": "evenodd"
|
22
|
+
}, [
|
23
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M10 1L17.7942286 5.5 17.7942286 14.5 10 19 2.20577137 14.5 2.20577137 5.5z" }),
|
24
|
+
/* @__PURE__ */ vue.createElementVNode("path", {
|
25
|
+
"stroke-linecap": "round",
|
26
|
+
d: "M5.49297631 7.48754521L10 10.2252449 14.2528316 7.48754521M10.063 14.498L10.063 10.225"
|
27
|
+
})
|
28
|
+
], -1);
|
29
|
+
const _hoisted_2 = [
|
30
|
+
_hoisted_1
|
31
|
+
];
|
32
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
33
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
34
|
+
viewBox: "0 0 20 20",
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
36
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-dashboard`],
|
37
|
+
width: "1em",
|
38
|
+
height: "1em"
|
39
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
40
|
+
}
|
41
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
42
|
+
module.exports = index;
|
@@ -0,0 +1,31 @@
|
|
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: "IconSidebarLight",
|
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 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="#FFF" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><path d="M10 5C12.7614237 5 15 7.23857625 15 10 15 12.2386515 13.5287761 14.1336803 11.5004604 14.7709542L11.5 16.5 8.5 16.5 8.50054746 14.7712708C6.47171127 14.134308 5 12.2390223 5 10 5 7.23857625 7.23857625 5 10 5zM8 18.25L11.75 18.25"></path><circle cx="10" cy="10.5" r="1.5"></circle><path d="M10 12L10 14.498"></path><path stroke-linecap="round" d="M10 1.5L10 3M17.024 4.033L15.795 4.893"></path><path stroke-linecap="round" transform="matrix(-1 0 0 1 7.18 0)" d="M4.205 4.033L2.976 4.893"></path><path stroke-linecap="round" d="M16.929 9.5L18.429 9.5M1.429 9.5L2.929 9.5"></path></g>', 1);
|
18
|
+
const _hoisted_2 = [
|
19
|
+
_hoisted_1
|
20
|
+
];
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
22
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
23
|
+
viewBox: "0 0 20 20",
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
25
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-light`],
|
26
|
+
width: "1em",
|
27
|
+
height: "1em"
|
28
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
29
|
+
}
|
30
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
31
|
+
module.exports = index;
|
@@ -0,0 +1,31 @@
|
|
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: "IconSidebarManage",
|
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 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="#FFF" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><rect x="2.5" y="3.304" width="6.298" height="6.298" rx="1"></rect><path d="M14.7536625,2.70710678 L17.7928932,5.7463375 C18.1834175,6.13686179 18.1834175,6.77002677 17.7928932,7.16055106 L14.7536625,10.1997818 C14.3631382,10.5903061 13.7299732,10.5903061 13.3394489,10.1997818 L10.3002182,7.16055106 C9.90969393,6.77002677 9.90969393,6.13686179 10.3002182,5.7463375 L13.3394489,2.70710678 C13.7299732,2.31658249 14.3631382,2.31658249 14.7536625,2.70710678 Z"></path><rect x="2.5" y="11.702" width="6.298" height="6.298" rx="1"></rect><rect x="10.897" y="11.702" width="6.298" height="6.298" rx="1"></rect></g>', 1);
|
18
|
+
const _hoisted_2 = [
|
19
|
+
_hoisted_1
|
20
|
+
];
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
22
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
23
|
+
viewBox: "0 0 20 20",
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
25
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-manage`],
|
26
|
+
width: "1em",
|
27
|
+
height: "1em"
|
28
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
29
|
+
}
|
30
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
31
|
+
module.exports = index;
|
@@ -0,0 +1,31 @@
|
|
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: "IconSidebarPole",
|
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 = /* @__PURE__ */ vue.createStaticVNode('<g stroke="#FFF" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><path d="M5 17.75L15 17.75M10 11.5C11.3807119 11.5 12.5 12.6192881 12.5 14L12.5 17.5 12.5 17.5 7.5 17.5 7.5 14C7.5 12.6192881 8.61928813 11.5 10 11.5zM10 11.001L10 2M10.5 2.5L14.5 2.5C15.0522847 2.5 15.5 2.94771525 15.5 3.5L15.5 4.5 15.5 4.5"></path><path d="M4.5,2.5 L9.5,2.5 C10.0522847,2.5 10.5,2.94771525 10.5,3.5 L10.5,4.5 L10.5,4.5" transform="matrix(-1 0 0 1 15 0)"></path><circle cx="15.5" cy="6.5" r="1.5"></circle><circle cx="4.5" cy="6.5" r="1.5"></circle></g>', 1);
|
18
|
+
const _hoisted_2 = [
|
19
|
+
_hoisted_1
|
20
|
+
];
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
22
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
23
|
+
viewBox: "0 0 20 20",
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
25
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sidebar-pole`],
|
26
|
+
width: "1em",
|
27
|
+
height: "1em"
|
28
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
29
|
+
}
|
30
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
31
|
+
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: "IconSliderTouchIcon",
|
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 30 40",
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-slider-touch-icon`],
|
23
|
+
width: "1em",
|
24
|
+
height: "1em"
|
25
|
+
}, _ctx.$attrs), [
|
26
|
+
vue.createElementVNode("path", {
|
27
|
+
d: "M15,30 C20.5228475,30 25,25.5228475 25,20 L15.8944272,1.78885438 C15.6474379,1.29487588 15.0467649,1.09465154 14.5527864,1.34164079 C14.359259,1.43840449 14.2023365,1.59532698 14.1055728,1.78885438 L5,20 L5,20 C5,25.5228475 9.4771525,30 15,30 Z",
|
28
|
+
transform: "translate(0 -1)",
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#14E58D",
|
30
|
+
"fill-rule": "evenodd"
|
31
|
+
}, null, 8, _hoisted_1)
|
32
|
+
], 16);
|
33
|
+
}
|
34
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
35
|
+
module.exports = index;
|
@@ -0,0 +1,76 @@
|
|
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: "IconStage110",
|
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 = {
|
18
|
+
fill: "none",
|
19
|
+
"fill-rule": "evenodd"
|
20
|
+
};
|
21
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", {
|
22
|
+
stroke: "#33316A",
|
23
|
+
"stroke-linejoin": "round",
|
24
|
+
"stroke-width": "1.167"
|
25
|
+
}, [
|
26
|
+
/* @__PURE__ */ vue.createElementVNode("path", {
|
27
|
+
d: "M12.765 7.778L12.901 12.444M22.556.389L26.444.389",
|
28
|
+
transform: "rotate(-180 13.611 6.611)"
|
29
|
+
}),
|
30
|
+
/* @__PURE__ */ vue.createElementVNode("path", {
|
31
|
+
d: "M3.226.446L7 .446M0 5.803L2.309 9.333",
|
32
|
+
transform: "matrix(1 0 0 -1 20.222 13.222)"
|
33
|
+
}),
|
34
|
+
/* @__PURE__ */ vue.createElementVNode("path", {
|
35
|
+
d: "M19.444 6.222L21.778 9.333",
|
36
|
+
transform: "rotate(-180 13.611 6.611)"
|
37
|
+
})
|
38
|
+
], -1);
|
39
|
+
const _hoisted_3 = ["fill"];
|
40
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
41
|
+
stroke: "#33316A",
|
42
|
+
"stroke-width": "1.167",
|
43
|
+
"stroke-linejoin": "round",
|
44
|
+
x: "2.333",
|
45
|
+
y: "24.111",
|
46
|
+
width: "24.111",
|
47
|
+
height: "2.333",
|
48
|
+
rx: ".633"
|
49
|
+
}, null, -1);
|
50
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", {
|
51
|
+
d: "M10.8888889,17.8888889 L10.8888889,15.0658436 C10.8888889,13.6180848 11.9335578,12.4444444 13.2222222,12.4444444",
|
52
|
+
stroke: "#FFF",
|
53
|
+
"stroke-width": "1.266",
|
54
|
+
"stroke-linecap": "round"
|
55
|
+
}, null, -1);
|
56
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
57
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
58
|
+
viewBox: "0 0 28 28",
|
59
|
+
xmlns: "http://www.w3.org/2000/svg",
|
60
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-110`],
|
61
|
+
width: "1em",
|
62
|
+
height: "1em"
|
63
|
+
}, _ctx.$attrs), [
|
64
|
+
vue.createElementVNode("g", _hoisted_1, [
|
65
|
+
_hoisted_2,
|
66
|
+
vue.createElementVNode("path", {
|
67
|
+
d: "M14,7.77777778 C17.8659932,7.77777778 21,10.9117845 21,14.7777778 L21,23.3333333 L21,23.3333333 L7,23.3333333 L7,14.7777778 C7,10.9117845 10.1340068,7.77777778 14,7.77777778 Z",
|
68
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC"
|
69
|
+
}, null, 8, _hoisted_3),
|
70
|
+
_hoisted_4,
|
71
|
+
_hoisted_5
|
72
|
+
])
|
73
|
+
], 16);
|
74
|
+
}
|
75
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
76
|
+
module.exports = index;
|
@@ -0,0 +1,53 @@
|
|
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: "IconStageAdPublish",
|
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 = {
|
18
|
+
fill: "none",
|
19
|
+
"fill-rule": "evenodd"
|
20
|
+
};
|
21
|
+
const _hoisted_2 = ["fill"];
|
22
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
23
|
+
stroke: "#312D67",
|
24
|
+
"stroke-width": "1.167",
|
25
|
+
"stroke-linejoin": "round",
|
26
|
+
d: "M2.16210003 16.1823725L23.8475575 1.81086162 9.85742104 17.5108179z"
|
27
|
+
}, null, -1);
|
28
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", {
|
29
|
+
stroke: "#282461",
|
30
|
+
"stroke-width": "1.167",
|
31
|
+
"stroke-linejoin": "round",
|
32
|
+
d: "M14.7492299 18.2752169L23.8475575 23.1963098 24.2550463 1.81086162z"
|
33
|
+
}, null, -1);
|
34
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
35
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
36
|
+
viewBox: "0 0 28 28",
|
37
|
+
xmlns: "http://www.w3.org/2000/svg",
|
38
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-ad-publish`],
|
39
|
+
width: "1em",
|
40
|
+
height: "1em"
|
41
|
+
}, _ctx.$attrs), [
|
42
|
+
vue.createElementVNode("g", _hoisted_1, [
|
43
|
+
vue.createElementVNode("path", {
|
44
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
|
45
|
+
d: "M23.8475575 2.81063132L9.85742104 17.5108179 9.85742104 27.4775283z"
|
46
|
+
}, null, 8, _hoisted_2),
|
47
|
+
_hoisted_3,
|
48
|
+
_hoisted_4
|
49
|
+
])
|
50
|
+
], 16);
|
51
|
+
}
|
52
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
53
|
+
module.exports = index;
|
@@ -0,0 +1,70 @@
|
|
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: "IconStageBigScreen",
|
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 = /* @__PURE__ */ vue.createStaticVNode('<defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_c238588cb3__a"><stop stop-color="#44D9F7" offset="0%"></stop><stop stop-color="#21B2EC" offset="100%"></stop></linearGradient><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="svg_c238588cb3__b"><stop stop-color="#44D9F7" offset="0%"></stop><stop stop-color="#86D3F2" offset="100%"></stop></linearGradient></defs>', 1);
|
18
|
+
const _hoisted_2 = {
|
19
|
+
fill: "none",
|
20
|
+
"fill-rule": "evenodd"
|
21
|
+
};
|
22
|
+
const _hoisted_3 = ["fill"];
|
23
|
+
const _hoisted_4 = { transform: "translate(13 13)" };
|
24
|
+
const _hoisted_5 = ["fill"];
|
25
|
+
const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("path", {
|
26
|
+
stroke: "#FFF",
|
27
|
+
"stroke-width": "3.167",
|
28
|
+
"stroke-linecap": "round",
|
29
|
+
d: "M6 21L14.6877618 11.346511 23.4775291 18.7112131 33 9"
|
30
|
+
}, null, -1);
|
31
|
+
const _hoisted_7 = ["fill"];
|
32
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
33
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
34
|
+
viewBox: "0 0 64 64",
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
36
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-stage-big-screen`],
|
37
|
+
width: "1em",
|
38
|
+
height: "1em"
|
39
|
+
}, _ctx.$attrs), [
|
40
|
+
_hoisted_1,
|
41
|
+
vue.createElementVNode("g", _hoisted_2, [
|
42
|
+
vue.createElementVNode("rect", {
|
43
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
|
44
|
+
opacity: ".1",
|
45
|
+
width: "64",
|
46
|
+
height: "64",
|
47
|
+
rx: "32"
|
48
|
+
}, null, 8, _hoisted_3),
|
49
|
+
vue.createElementVNode("g", _hoisted_4, [
|
50
|
+
vue.createElementVNode("rect", {
|
51
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_c238588cb3__a)",
|
52
|
+
width: "38",
|
53
|
+
height: "30",
|
54
|
+
rx: "1.583"
|
55
|
+
}, null, 8, _hoisted_5),
|
56
|
+
_hoisted_6,
|
57
|
+
vue.createElementVNode("rect", {
|
58
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_c238588cb3__b)",
|
59
|
+
x: "5",
|
60
|
+
y: "35",
|
61
|
+
width: "29",
|
62
|
+
height: "3",
|
63
|
+
rx: "1.5"
|
64
|
+
}, null, 8, _hoisted_7)
|
65
|
+
])
|
66
|
+
])
|
67
|
+
], 16);
|
68
|
+
}
|
69
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
70
|
+
module.exports = index;
|