@arco-iconbox/vue-bluebee 0.0.2 → 0.0.4
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 +1488 -393
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +210 -94
- package/dist/icon.min.js.map +1 -1
- package/esm/IconAdd/index.js +47 -0
- package/esm/IconBasicReset/index.js +33 -0
- package/esm/IconBroadcastEdit/index.js +34 -0
- package/esm/IconBroadcastUpload/index.js +40 -0
- package/esm/IconCalling/index.js +34 -0
- package/esm/IconDelete/index.js +47 -0
- package/esm/IconEdit/index.js +48 -0
- package/esm/IconHelpOffline/index.js +33 -0
- package/esm/IconInfoCamera/index.js +49 -0
- package/esm/IconLightStateOffline/index.js +39 -0
- package/esm/IconLightStateOnline/index.js +39 -0
- package/esm/IconMountDevi1/index.js +30 -0
- package/esm/IconMountDevi10/index.js +41 -0
- package/esm/IconMountDevi11/index.js +46 -0
- package/esm/IconMountDevi12/index.js +34 -0
- package/esm/IconMountDevi2/index.js +67 -0
- package/esm/IconMountDevi3/index.js +51 -0
- package/esm/IconMountDevi4/index.js +30 -0
- package/esm/IconMountDevi5/index.js +44 -0
- package/esm/IconMountDevi6/index.js +30 -0
- package/esm/IconMountDevi7/index.js +65 -0
- package/esm/IconMountDevi8/index.js +30 -0
- package/esm/IconMountDevi9/index.js +30 -0
- package/esm/IconPublishUpload/index.js +33 -0
- package/esm/IconSidebarBigScreen/index.js +1 -1
- package/esm/IconSidebarDashboard/index.js +3 -2
- package/esm/IconSidebarLight/index.js +1 -1
- package/esm/IconSidebarManage/index.js +1 -1
- package/esm/IconSidebarPole/index.js +1 -1
- package/esm/IconVLine/index.js +33 -0
- package/esm/IconVLoop/index.js +33 -0
- package/esm/IconVPlay/index.js +44 -0
- package/esm/IconVRandom/index.js +33 -0
- package/esm/IconVoice/index.js +35 -0
- package/esm/index.js +29 -0
- package/lib/IconAdd/index.js +48 -0
- package/lib/IconBasicReset/index.js +34 -0
- package/lib/IconBroadcastEdit/index.js +35 -0
- package/lib/IconBroadcastUpload/index.js +41 -0
- package/lib/IconCalling/index.js +35 -0
- package/lib/IconDelete/index.js +48 -0
- package/lib/IconEdit/index.js +49 -0
- package/lib/IconHelpOffline/index.js +34 -0
- package/lib/IconInfoCamera/index.js +50 -0
- package/lib/IconLightStateOffline/index.js +40 -0
- package/lib/IconLightStateOnline/index.js +40 -0
- package/lib/IconMountDevi1/index.js +31 -0
- package/lib/IconMountDevi10/index.js +42 -0
- package/lib/IconMountDevi11/index.js +47 -0
- package/lib/IconMountDevi12/index.js +35 -0
- package/lib/IconMountDevi2/index.js +68 -0
- package/lib/IconMountDevi3/index.js +52 -0
- package/lib/IconMountDevi4/index.js +31 -0
- package/lib/IconMountDevi5/index.js +45 -0
- package/lib/IconMountDevi6/index.js +31 -0
- package/lib/IconMountDevi7/index.js +66 -0
- package/lib/IconMountDevi8/index.js +31 -0
- package/lib/IconMountDevi9/index.js +31 -0
- package/lib/IconPublishUpload/index.js +34 -0
- package/lib/IconSidebarBigScreen/index.js +1 -1
- package/lib/IconSidebarDashboard/index.js +3 -2
- package/lib/IconSidebarLight/index.js +1 -1
- package/lib/IconSidebarManage/index.js +1 -1
- package/lib/IconSidebarPole/index.js +1 -1
- package/lib/IconVLine/index.js +34 -0
- package/lib/IconVLoop/index.js +34 -0
- package/lib/IconVPlay/index.js +45 -0
- package/lib/IconVRandom/index.js +34 -0
- package/lib/IconVoice/index.js +36 -0
- package/lib/index.js +58 -0
- package/package.json +1 -1
- package/src/IconAdd/index.vue +19 -0
- package/src/IconBasicReset/index.vue +19 -0
- package/src/IconBroadcastEdit/index.vue +19 -0
- package/src/IconBroadcastUpload/index.vue +19 -0
- package/src/IconCalling/index.vue +19 -0
- package/src/IconDelete/index.vue +19 -0
- package/src/IconEdit/index.vue +19 -0
- package/src/IconHelpOffline/index.vue +19 -0
- package/src/IconInfoCamera/index.vue +19 -0
- package/src/IconLightStateOffline/index.vue +19 -0
- package/src/IconLightStateOnline/index.vue +19 -0
- package/src/IconMountDevi1/index.vue +19 -0
- package/src/IconMountDevi10/index.vue +19 -0
- package/src/IconMountDevi11/index.vue +19 -0
- package/src/IconMountDevi12/index.vue +19 -0
- package/src/IconMountDevi2/index.vue +19 -0
- package/src/IconMountDevi3/index.vue +19 -0
- package/src/IconMountDevi4/index.vue +19 -0
- package/src/IconMountDevi5/index.vue +19 -0
- package/src/IconMountDevi6/index.vue +19 -0
- package/src/IconMountDevi7/index.vue +19 -0
- package/src/IconMountDevi8/index.vue +19 -0
- package/src/IconMountDevi9/index.vue +19 -0
- package/src/IconPublishUpload/index.vue +19 -0
- package/src/IconSidebarBigScreen/index.vue +1 -1
- package/src/IconSidebarDashboard/index.vue +1 -1
- package/src/IconSidebarLight/index.vue +1 -1
- package/src/IconSidebarManage/index.vue +1 -1
- package/src/IconSidebarPole/index.vue +1 -1
- package/src/IconVLine/index.vue +19 -0
- package/src/IconVLoop/index.vue +19 -0
- package/src/IconVPlay/index.vue +19 -0
- package/src/IconVRandom/index.vue +19 -0
- package/src/IconVoice/index.vue +19 -0
- package/src/index.js +30 -1
@@ -0,0 +1,45 @@
|
|
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: "IconVPlay",
|
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", {
|
19
|
+
d: "M8.99971121,16.844858 C4.67428205,16.844858 1.15456442,13.325718 1.15456442,9.00028879 C1.15456442,4.67428205 4.67428205,1.15571956 8.99971121,1.15571956 C13.325718,1.15571956 16.844858,4.67428205 16.844858,9.00028879 C16.844858,13.3262955 13.3251404,16.844858 8.99971121,16.844858 M8.99971121,0 C4.03722124,0 0,4.03837638 0,9.00028879 C0,13.9627788 4.03722124,18 8.99971121,18 C13.9622012,18 18,13.9627788 18,9.00028879 C18,4.03837638 13.9627788,0.000577570993 8.99971121,0.000577570993",
|
20
|
+
transform: "translate(1 1)"
|
21
|
+
}, null, -1);
|
22
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
23
|
+
d: "M0.937609815,8 C0.419936079,7.99958626 0.000378122414,7.5519842 0,6.99971844 L0,1.0002422 C0,0.629502094 0.192228673,0.289175396 0.499470203,0.1159307 C0.806711733,-0.0573139967 1.17857304,-0.0350570253 1.46572184,0.173763647 L5.59053346,3.17331422 C5.84671992,3.35963456 6,3.66901931 6,3.99979277 C6,4.33056623 5.84671992,4.63995099 5.59053346,4.82627133 L1.46572184,7.8258219 C1.31011362,7.93922817 1.12606199,8 0.937609815,8 Z M1.16792766,1.00035163 C1.14025108,1.00061476 1.11303289,1.00833139 1.08854998,1.02285602 C1.03345272,1.05475644 0.999157592,1.11900662 1,1.1887204 L1,6.81246165 C1,6.88193762 1.03415374,6.94572017 1.08872882,6.97821798 C1.14330389,7.01071579 1.2093743,7.00660345 1.26043078,6.96753096 L4.92722648,4.15553726 C4.97275867,4.12060178 5,4.06260072 5,4.00059102 C5,3.93858133 4.97275867,3.88058027 4.92722648,3.84564479 L1.26043078,1.03375658 C1.23348251,1.01210278 1.2012597,1.00031604 1.16814642,1 L1.16792766,1.00035163 Z",
|
24
|
+
transform: "translate(8 6)"
|
25
|
+
}, null, -1);
|
26
|
+
const _hoisted_4 = [
|
27
|
+
_hoisted_2,
|
28
|
+
_hoisted_3
|
29
|
+
];
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
31
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
32
|
+
viewBox: "0 0 20 20",
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
34
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-v-play`],
|
35
|
+
width: "1em",
|
36
|
+
height: "1em"
|
37
|
+
}, _ctx.$attrs), [
|
38
|
+
vue.createElementVNode("g", {
|
39
|
+
"fill-rule": "nonzero",
|
40
|
+
fill: $props.useCurrentColor ? "currentColor" : "#F24A2B"
|
41
|
+
}, _hoisted_4, 8, _hoisted_1)
|
42
|
+
], 16);
|
43
|
+
}
|
44
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
45
|
+
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: "IconVRandom",
|
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 20 20",
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-v-random`],
|
23
|
+
width: "1em",
|
24
|
+
height: "1em"
|
25
|
+
}, _ctx.$attrs), [
|
26
|
+
vue.createElementVNode("path", {
|
27
|
+
d: "M16.5,13 C16.375,12.875 16.1875,12.75 16,12.8125 C15.625,12.8125 15.3125,13.125 15.3125,13.5 C15.3125,13.6875 15.4375,13.875 15.5625,14 L16.375,14.8125 C15.5,14.6875 14.6875,14.375 14,13.8125 C13.9375,13.8125 13.9375,13.75 13.875,13.6875 L6.5,5.9375 C5.25,4.5625 3.75,3.8125 1.9375,3.8125 C1.5625,3.8125 1.25,4.125 1.25,4.5 C1.25,4.875 1.5625,5.125 1.9375,5.125 C3.375,5.125 4.5625,5.75 5.5,6.8125 L13,14.625 L13.125,14.75 C14.0625,15.5 15.25,16 16.5,16.125 L15.5625,17 C15.375,17.125 15.25,17.375 15.25,17.5625 C15.25,17.9375 15.625,18.25 16,18.1875 C16.1875,18.1875 16.375,18.0625 16.5,17.9375 L18.4375,16.125 C18.75,15.8125 18.75,15.3125 18.4375,15 L16.5,13 L16.5,13 Z M16.4375,2.125 C16.1875,1.8125 15.8125,1.75 15.5,2 C15.3125,2.125 15.25,2.3125 15.25,2.5 C15.25,2.75 15.3125,2.9375 15.5625,3.0625 L16.375,3.875 C14.9375,4.0625 13.625,4.625 12.625,5.625 L10.375,7.9375 C10.125,8.1875 10.125,8.5625 10.375,8.8125 C10.5,8.9375 10.6875,9 10.875,9 C11.0625,9 11.25,8.9375 11.375,8.8125 L13.5625,6.5 C14.375,5.75 15.375,5.25 16.4375,5.125 L15.5625,6 C15.4375,6.125 15.3125,6.3125 15.3125,6.5 C15.3125,6.875 15.625,7.1875 15.9375,7.1875 C16.125,7.1875 16.3125,7.125 16.5,7 L18.5625,5 C18.8125,4.75 18.8125,4.3125 18.5625,4.0625 L16.4375,2.125 M7.875,10.875 C7.6875,10.875 7.5,10.9375 7.375,11.0625 L5.0625,13.4375 C4.125,14.3125 3.1875,14.75 1.9375,14.75 L1.875,14.75 C1.5,14.75 1.1875,15.0625 1.1875,15.4375 C1.1875,15.8125 1.5,16.0625 1.875,16.0625 L1.9375,16.0625 C3.5625,16.0625 4.8125,15.4375 6.0625,14.375 L8.4375,11.9375 C8.5625,11.8125 8.625,11.6875 8.625,11.5 C8.625,11.3125 8.5625,11.1875 8.4375,11.0625 C8.25,10.9375 8.0625,10.875 7.875,10.875 L7.875,10.875 Z",
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#9897A2",
|
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,36 @@
|
|
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: "IconVoice",
|
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 20 20",
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-voice`],
|
23
|
+
width: "1em",
|
24
|
+
height: "1em"
|
25
|
+
}, _ctx.$attrs), [
|
26
|
+
vue.createElementVNode("path", {
|
27
|
+
d: "M8.2671875,14.0875 C8.225,14.0875 8.078125,14.0234375 8.0015625,13.946875 L7.996875,13.9421875 L4.396875,10.971875 L1.5015625,10.971875 C1.3625,10.971875 1.215625,10.9 1.146875,10.83125 C1.078125,10.7625 1.00625,10.615625 1.00625,10.4765625 L1.00625,5.4921875 C1.00625,5.3828125 1.0484375,5.290625 1.075,5.2640625 L1.109375,5.2640625 L1.146875,5.2265625 C1.215625,5.1578125 1.3625,5.0859375 1.5015625,5.0859375 L4.396875,5.0859375 L7.996875,2.0265625 L8,2.0234375 C8.090625,1.9328125 8.2015625,1.9140625 8.278125,1.9140625 C8.346875,1.9140625 8.4171875,1.9296875 8.475,1.959375 L8.4828125,1.9640625 L8.490625,1.9671875 C8.6859375,2.0328125 8.759375,2.14375 8.759375,2.3796875 L8.759375,13.5953125 C8.759375,13.83125 8.6859375,13.94375 8.490625,14.0078125 L8.4625,14.0171875 L8.440625,14.0390625 C8.39375,14.0859375 8.353125,14.0875 8.2671875,14.0875 L8.2671875,14.0875 Z M12.628125,12.8421875 C12.4734375,12.8421875 12.2671875,12.7625 12.2078125,12.6453125 C12.0671875,12.3640625 12.1171875,12.0765625 12.33125,11.925 C12.40625,11.89375 12.5125,11.8125 12.6484375,11.68125 C12.7875,11.5453125 12.9984375,11.3109375 13.2140625,10.9671875 C13.5734375,10.3921875 14.0015625,9.409375 14.0015625,7.984375 C14.0015625,6.559375 13.5484375,5.575 13.16875,4.9984375 C12.9421875,4.6546875 12.71875,4.4203125 12.571875,4.2859375 C12.46875,4.190625 12.3390625,4.0828125 12.24375,4.04375 C12.046875,3.9015625 11.978125,3.553125 12.1046875,3.3484375 C12.2515625,3.20625 12.4265625,3.125 12.5859375,3.125 C12.6703125,3.125 12.7484375,3.146875 12.8171875,3.190625 C12.828125,3.2 12.8421875,3.2109375 12.8640625,3.228125 C13.3234375,3.5890625 13.721875,4.03125 14.0484375,4.5421875 C14.675,5.525 14.99375,6.6828125 14.99375,7.984375 C14.99375,9.2921875 14.6859375,10.4546875 14.08125,11.4390625 C13.7671875,11.95 13.3859375,12.390625 12.946875,12.7453125 C12.9203125,12.7671875 12.90625,12.778125 12.8953125,12.7890625 C12.8421875,12.8421875 12.6875,12.8421875 12.628125,12.8421875 L12.628125,12.8421875 Z M10.759375,10.884375 C10.6296875,10.884375 10.40625,10.7328125 10.3390625,10.5984375 L10.3359375,10.590625 L10.33125,10.584375 C10.203125,10.390625 10.34375,10.109375 10.5578125,9.9640625 C10.6578125,9.9109375 11.509375,9.409375 11.509375,7.896875 C11.509375,7.1703125 11.228125,6.671875 10.990625,6.38125 C10.7328125,6.065625 10.4734375,5.921875 10.4640625,5.915625 L10.4546875,5.9109375 L10.44375,5.9078125 C10.353125,5.878125 10.265625,5.775 10.2203125,5.6453125 C10.175,5.515625 10.184375,5.3859375 10.2421875,5.2984375 L10.2515625,5.284375 L10.25625,5.26875 C10.3015625,5.134375 10.5,5.0171875 10.6828125,5.0171875 C10.753125,5.0171875 10.8171875,5.034375 10.865625,5.0671875 L10.8984375,5.0890625 L10.921875,5.0890625 C10.9921875,5.115625 11.3765625,5.3078125 11.7578125,5.74375 C12.096875,6.1328125 12.5015625,6.8078125 12.5015625,7.809375 C12.5015625,8.9484375 12.11875,9.6875 11.7984375,10.1078125 C11.4453125,10.56875 11.0859375,10.7671875 11.0109375,10.796875 L10.9734375,10.796875 L10.9359375,10.834375 C10.8859375,10.88125 10.846875,10.884375 10.759375,10.884375 Z",
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FFF",
|
29
|
+
transform: "translate(2 2)",
|
30
|
+
"fill-rule": "nonzero",
|
31
|
+
stroke: "currentColor"
|
32
|
+
}, null, 8, _hoisted_1)
|
33
|
+
], 16);
|
34
|
+
}
|
35
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
36
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
@@ -32,6 +32,35 @@ var index$s = require("./IconSidebarDashboard/index.js");
|
|
32
32
|
var index$t = require("./IconDecline/index.js");
|
33
33
|
var index$u = require("./IconSidebarLight/index.js");
|
34
34
|
var index$v = require("./IconSliderTouchIcon/index.js");
|
35
|
+
var index$w = require("./IconLightStateOnline/index.js");
|
36
|
+
var index$x = require("./IconLightStateOffline/index.js");
|
37
|
+
var index$y = require("./IconEdit/index.js");
|
38
|
+
var index$z = require("./IconMountDevi7/index.js");
|
39
|
+
var index$A = require("./IconMountDevi4/index.js");
|
40
|
+
var index$B = require("./IconDelete/index.js");
|
41
|
+
var index$C = require("./IconMountDevi10/index.js");
|
42
|
+
var index$D = require("./IconMountDevi11/index.js");
|
43
|
+
var index$E = require("./IconMountDevi9/index.js");
|
44
|
+
var index$F = require("./IconMountDevi5/index.js");
|
45
|
+
var index$G = require("./IconMountDevi2/index.js");
|
46
|
+
var index$H = require("./IconMountDevi12/index.js");
|
47
|
+
var index$I = require("./IconMountDevi1/index.js");
|
48
|
+
var index$J = require("./IconMountDevi6/index.js");
|
49
|
+
var index$K = require("./IconMountDevi8/index.js");
|
50
|
+
var index$L = require("./IconBasicReset/index.js");
|
51
|
+
var index$M = require("./IconPublishUpload/index.js");
|
52
|
+
var index$N = require("./IconHelpOffline/index.js");
|
53
|
+
var index$O = require("./IconInfoCamera/index.js");
|
54
|
+
var index$P = require("./IconVLoop/index.js");
|
55
|
+
var index$Q = require("./IconVRandom/index.js");
|
56
|
+
var index$R = require("./IconBroadcastUpload/index.js");
|
57
|
+
var index$S = require("./IconCalling/index.js");
|
58
|
+
var index$T = require("./IconVLine/index.js");
|
59
|
+
var index$U = require("./IconBroadcastEdit/index.js");
|
60
|
+
var index$V = require("./IconVoice/index.js");
|
61
|
+
var index$W = require("./IconVPlay/index.js");
|
62
|
+
var index$X = require("./IconAdd/index.js");
|
63
|
+
var index$Y = require("./IconMountDevi3/index.js");
|
35
64
|
exports.IconShield = index;
|
36
65
|
exports.IconUser = index$1;
|
37
66
|
exports.IconLock = index$2;
|
@@ -64,3 +93,32 @@ exports.IconSidebarDashboard = index$s;
|
|
64
93
|
exports.IconDecline = index$t;
|
65
94
|
exports.IconSidebarLight = index$u;
|
66
95
|
exports.IconSliderTouchIcon = index$v;
|
96
|
+
exports.IconLightStateOnline = index$w;
|
97
|
+
exports.IconLightStateOffline = index$x;
|
98
|
+
exports.IconEdit = index$y;
|
99
|
+
exports.IconMountDevi7 = index$z;
|
100
|
+
exports.IconMountDevi4 = index$A;
|
101
|
+
exports.IconDelete = index$B;
|
102
|
+
exports.IconMountDevi10 = index$C;
|
103
|
+
exports.IconMountDevi11 = index$D;
|
104
|
+
exports.IconMountDevi9 = index$E;
|
105
|
+
exports.IconMountDevi5 = index$F;
|
106
|
+
exports.IconMountDevi2 = index$G;
|
107
|
+
exports.IconMountDevi12 = index$H;
|
108
|
+
exports.IconMountDevi1 = index$I;
|
109
|
+
exports.IconMountDevi6 = index$J;
|
110
|
+
exports.IconMountDevi8 = index$K;
|
111
|
+
exports.IconBasicReset = index$L;
|
112
|
+
exports.IconPublishUpload = index$M;
|
113
|
+
exports.IconHelpOffline = index$N;
|
114
|
+
exports.IconInfoCamera = index$O;
|
115
|
+
exports.IconVLoop = index$P;
|
116
|
+
exports.IconVRandom = index$Q;
|
117
|
+
exports.IconBroadcastUpload = index$R;
|
118
|
+
exports.IconCalling = index$S;
|
119
|
+
exports.IconVLine = index$T;
|
120
|
+
exports.IconBroadcastEdit = index$U;
|
121
|
+
exports.IconVoice = index$V;
|
122
|
+
exports.IconVPlay = index$W;
|
123
|
+
exports.IconAdd = index$X;
|
124
|
+
exports.IconMountDevi3 = index$Y;
|
package/package.json
CHANGED
@@ -0,0 +1,19 @@
|
|
1
|
+
<template>
|
2
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-add`]" width="1em" height="1em" v-bind="$attrs"><g stroke="#21B2EC" fill="none" fill-rule="evenodd"><path stroke-width="2" d="M5 10L15 10M10 15L10 5"/><rect stroke-width="1.5" x="2" y="2" width="16" height="16" rx="2"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconAdd',
|
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 viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-basic-reset`]" width="1em" height="1em" v-bind="$attrs"><path d="M6.25,13.75 L10.625,13.75 L10.625,15 L6.25,15 L6.25,13.75 Z M6.25,11.25 L13.75,11.25 L13.75,12.5 L6.25,12.5 L6.25,11.25 Z M6.25,8.75 L13.75,8.75 L13.75,10 L6.25,10 L6.25,8.75 Z M18.75,11.6230469 C18.75,7.79296875 15.7285156,4.66796875 11.9394531,4.50195312 L11.9394531,4.49414062 L3.64257812,4.49414062 L6.00195312,2.13476562 L5.11914062,1.25 L1.25,5.11914062 L2.13476562,6.00390625 L5.12109375,8.99023438 L6.00585938,8.10546875 L3.64257812,5.74414062 L11.6230469,5.74414062 C12.4179688,5.74414062 13.1875,5.8984375 13.9101563,6.20507813 C14.609375,6.50195312 15.2382812,6.92578125 15.7792969,7.46484375 C16.3203125,8.00585938 16.7441406,8.6328125 17.0390625,9.33398438 C17.3457031,10.0585937 17.5,10.828125 17.5,11.6230469 C17.5,12.4179688 17.3457031,13.1875 17.0390625,13.9101562 C16.7421875,14.609375 16.3183594,15.2382812 15.7792969,15.7792969 C15.2382812,16.3203125 14.6113281,16.7441406 13.9101562,17.0390625 C13.1855469,17.3457031 12.4160156,17.5 11.6230469,17.5 L2.3515625,17.5 L2.3515625,18.75 L11.6230469,18.75 C15.5585938,18.75 18.75,15.5585937 18.75,11.6230469 Z" :fill="useCurrentColor ? 'currentColor' : '#54536D'" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconBasicReset',
|
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 viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-broadcast-edit`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.6484375,1.12760156 C8.93968945,1.12760156 9.17578125,1.3636582 9.17578125,1.65485742 C9.17578125,1.94605664 8.93968945,2.18211328 8.6484375,2.18211328 L2.70703125,2.18211328 C2.4157793,2.18211328 2.1796875,2.4181875 2.1796875,2.70936914 L2.1796875,15.2932324 C2.1796875,15.5844316 2.4157793,15.8204883 2.70703125,15.8204883 L15.2929688,15.8204883 C15.5842207,15.8204883 15.8203125,15.5844141 15.8203125,15.2932324 L15.8203125,9.35279297 C15.8203125,9.06159375 16.0564043,8.82553711 16.3476562,8.82553711 C16.6389082,8.82553711 16.875,9.06159375 16.875,9.35279297 L16.875,15.2932148 C16.875,16.1668125 16.166707,16.875 15.2929688,16.875 L2.70703125,16.875 C1.83329297,16.875 1.125,16.1668125 1.125,15.2932324 L1.125,2.70936914 C1.125,1.83578906 1.83329297,1.12760156 2.70703125,1.12760156 L8.6484375,1.12760156 L8.6484375,1.12760156 Z M13.8340723,12.8326992 C14.1252715,12.8326992 14.3613281,13.0687734 14.3613281,13.3599551 C14.3613281,13.6511543 14.1252539,13.8872109 13.8340723,13.8872109 L4.16592773,13.8872109 C3.87472852,13.8872109 3.63867188,13.6511367 3.63867188,13.3599551 C3.63867188,13.0687559 3.87474609,12.8326992 4.16592773,12.8326992 L13.8340723,12.8326992 Z M15.4079121,1.58818359 L16.4022891,2.58256055 C17.0201074,3.20037891 17.0201953,4.20198047 16.4024648,4.81971094 L11.8942559,9.3279375 C11.748885,9.47329956 11.5571472,9.56308822 11.3524102,9.58167773 L8.95494727,9.79945313 C8.56826367,9.83457422 8.22624609,9.5495625 8.19107227,9.16286133 C8.18720801,9.12051598 8.18720213,9.07790696 8.19105469,9.03556055 L8.4088125,6.63808008 C8.42740601,6.43334927 8.51719438,6.24161829 8.66255273,6.09625195 L13.1707793,1.58800781 C13.7884746,0.970277344 14.7900938,0.970365234 15.4079121,1.58818359 Z M13.9165664,2.33377734 L9.45333984,6.79702148 L9.27949219,8.71099805 L11.1934863,8.53715039 L15.6567129,4.07394141 C15.8626055,3.86803125 15.8625879,3.53416992 15.6566426,3.32822461 L14.6622656,2.33386523 C14.4563379,2.12791992 14.122459,2.12788477 13.9165664,2.33379492 L13.9165664,2.33377734 Z" :fill="useCurrentColor ? 'currentColor' : '#A730E8'" transform="translate(1 1)" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconBroadcastEdit',
|
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 viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-broadcast-upload`]" width="1em" height="1em" v-bind="$attrs"><g :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" fill-rule="nonzero"><path d="M7.6796875,12.7050781 C7.51953125,12.7050781 7.359375,12.6445312 7.23828125,12.5214844 C6.99414062,12.2773438 6.99414062,11.8808594 7.23828125,11.6367188 L9.49023438,9.38476562 C9.76367188,9.11132812 10.2109375,9.11132812 10.484375,9.38476562 L12.7363281,11.6367187 C12.9804688,11.8808594 12.9804688,12.2773437 12.7363281,12.5214844 C12.4921875,12.765625 12.0957031,12.765625 11.8515625,12.5214844 L9.98632813,10.65625 L8.12109375,12.5214844 C8,12.6425781 7.83984375,12.7050781 7.6796875,12.7050781 L7.6796875,12.7050781 Z"/><path d="M9.36132812,16.5966682 L9.36132812,11.1025506 C9.36132812,10.68608 9.640625,10.3496094 9.98632812,10.3496094 C10.3320312,10.3496094 10.6113281,10.68608 10.6113281,11.1025506 L10.6113281,16.5966682 C10.6113281,17.0107858 10.3320313,17.3496094 9.98632812,17.3496094 C9.640625,17.3496094 9.36132812,17.0131388 9.36132812,16.5966682 Z"/><path d="M14.3105469,15.3300781 C13.9648437,15.3300781 13.6855469,15.0507812 13.6855469,14.7050781 C13.6855469,14.359375 13.9648437,14.0800781 14.3105469,14.0800781 C16.0800781,14.0800781 17.5195312,12.640625 17.5195312,10.8710937 C17.5195312,9.25195312 16.3105469,7.8828125 14.7070312,7.68554687 L14.2636719,7.63085937 L14.171875,7.19335937 C13.765625,5.2421875 12.0214844,3.82617187 10.0234375,3.82617187 C8.02734375,3.82617187 6.28320312,5.2421875 5.875,7.19335937 L5.78320312,7.63085937 L5.33984375,7.68554687 C3.73632812,7.8828125 2.52734375,9.25195312 2.52734375,10.8710937 C2.52734375,12.640625 3.96679687,14.0800781 5.73632812,14.0800781 C6.08203125,14.0800781 6.36132812,14.359375 6.36132812,14.7050781 C6.36132812,15.0507812 6.08203125,15.3300781 5.73632812,15.3300781 C4.54492187,15.3300781 3.42578125,14.8652344 2.58203125,14.0234375 C1.74023437,13.1816406 1.27539062,12.0605469 1.27539062,10.8691406 C1.27539062,8.76757812 2.74414062,6.96875 4.75585937,6.51757812 C5.06445312,5.46679687 5.6875,4.52148437 6.5390625,3.8203125 C7.51757812,3.015625 8.75390625,2.57226562 10.0214844,2.57226562 C11.2890625,2.57226562 12.5273437,3.015625 13.5039062,3.8203125 C14.3554687,4.52148437 14.9785156,5.46679687 15.2871094,6.51757812 C17.3027344,6.96875 18.7695312,8.76757812 18.7695312,10.8691406 C18.7695312,12.0605469 18.3046875,13.1796875 17.4628906,14.0234375 C16.6210938,14.8652344 15.5019531,15.3300781 14.3105469,15.3300781 Z"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconBroadcastUpload',
|
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 viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-calling`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.875,3.125 C14.6320313,3.125 16.875,5.36796875 16.875,8.125 C16.875,8.47011719 17.1548828,8.75 17.5,8.75 C17.8451172,8.75 18.125,8.47011719 18.125,8.125 C18.125,6.45546875 17.4748047,4.88613281 16.2943359,3.70566406 C15.1138672,2.52519531 13.5443359,1.875 11.875,1.875 C11.5298828,1.875 11.25,2.15488281 11.25,2.5 C11.25,2.84511719 11.5298828,3.125 11.875,3.125 Z M11.40625,6.40625 C12.6125,6.40625 13.59375,7.3875 13.59375,8.59375 C13.59375,8.93886719 13.8736328,9.21875 14.21875,9.21875 C14.5638672,9.21875 14.84375,8.93886719 14.84375,8.59375 C14.84375,6.69824219 13.3017578,5.15625 11.40625,5.15625 C11.0611328,5.15625 10.78125,5.43613281 10.78125,5.78125 C10.78125,6.12636719 11.0611328,6.40625 11.40625,6.40625 Z M15.7871094,10.9611328 C15.5378906,10.8863281 15.2851562,10.8400391 15.0359375,10.8238281 C13.8582031,10.7359375 12.7615234,11.1929688 12.1736328,12.0167969 C11.7322266,12.6353516 11.2818359,12.9935547 10.8353516,13.08125 C10.4894531,13.1492188 10.1884766,13.0480469 9.946875,12.9669922 C9.89492188,12.9494141 9.84570312,12.9330078 9.796875,12.9183594 C7.9640625,12.3681641 6.74042969,10.8007813 6.75195312,9.01796875 C6.75507813,8.54648438 7.071875,8.11992188 7.57890625,7.90488281 C8.43339844,7.54238281 9.08964844,6.85019531 9.37910156,6.00605469 C9.51621094,5.60605469 9.56757813,5.19414063 9.53144531,4.78183594 C9.47949219,4.16113281 9.23652344,3.57382813 8.82910156,3.08339844 C8.41699219,2.5875 7.86210938,2.22402344 7.22441406,2.03261719 C7.14492188,2.00878906 7.06386719,1.9875 6.98320313,1.96953125 C6.38496094,1.83535156 5.75859375,1.88183594 5.17207031,2.10390625 C4.60097656,2.32011719 4.10644531,2.68710938 3.74179687,3.16503906 C3.47987652,3.50837065 3.2421918,3.86953133 3.03046875,4.24589844 C2.90952577,4.46146818 2.79719756,4.68175919 2.69375,4.90625 C2.1453125,6.09707031 1.86972656,7.35859375 1.87492573,8.65527344 C1.88007812,9.90097656 2.14257812,11.1212891 2.65527344,12.2822266 C3.19335938,13.5007813 4.00878906,14.6228516 5.01347656,15.5265625 C6.07089844,16.4779297 7.31035156,17.1837891 8.69765625,17.6242188 C9.74648438,17.9572266 10.8267578,18.125 11.9181641,18.125 C12.1328125,18.125 12.3480469,18.1185547 12.5632813,18.1054688 C12.9078125,18.0845703 13.1703125,17.7884766 13.1494141,17.4439453 C13.1285156,17.0994141 12.8326172,16.8369141 12.4878906,16.8578125 C11.3318359,16.9275391 10.1839844,16.7845703 9.07597656,16.4328125 C6.69492188,15.6769531 4.77167969,13.9800781 3.79882812,11.7773438 C2.88554688,9.70898438 2.89628906,7.45449219 3.82910156,5.42910156 C3.91796875,5.23632813 4.01601562,5.04394531 4.12050781,4.85761719 C4.30195312,4.53457031 4.50898438,4.22011719 4.73574219,3.92285156 C5.19414063,3.321875 5.9875,3.02695313 6.70976563,3.18886719 C6.76171875,3.20058594 6.81386719,3.21425781 6.86503906,3.22949219 C7.66445312,3.46953125 8.22207031,4.12011719 8.2859375,4.88691406 C8.2859375,4.88789063 8.28613281,4.88886719 8.28613281,4.88984375 C8.30703125,5.12714844 8.27695313,5.36621094 8.19667969,5.60019531 C8.02207031,6.10917969 7.61894531,6.5296875 7.090625,6.75390625 C6.63007813,6.94941406 6.23847656,7.25625 5.95800781,7.64160156 C5.66269531,8.04746094 5.50488281,8.52050781 5.50175781,9.00976563 C5.49453125,10.1259766 5.87285156,11.2419922 6.56679687,12.1525391 C7.27890625,13.0867188 8.27148437,13.7654297 9.43710938,14.1152344 C9.46640625,14.1240234 9.50429687,14.1367188 9.54824219,14.1515625 C10.1300781,14.3470703 11.6751953,14.8662109 13.190625,12.7427734 C13.5216797,12.2789063 14.2101563,12.0150391 14.9447266,12.0705078 L14.9517578,12.0710938 C15.1074219,12.0810547 15.2675781,12.1105469 15.4271484,12.1583984 C15.8591797,12.2880859 16.2482422,12.6541016 16.5230469,13.1890625 C16.8544922,13.834375 16.9470703,14.6056641 16.759375,15.153125 L16.75625,15.1623047 C16.6480469,15.4757813 16.4089844,15.7380859 16.0830078,15.9005859 C15.7740234,16.0546875 15.6486328,16.4298828 15.8025391,16.7388672 C15.9564453,17.0478516 16.3318359,17.1732422 16.6408203,17.0193359 C17.2615234,16.7097656 17.7220703,16.1953125 17.9378906,15.5701172 L17.9414062,15.5597656 C18.2388672,14.6925781 18.1214844,13.5654297 17.6351562,12.6181641 C17.2041016,11.7779297 16.5476563,11.1894531 15.7871094,10.9611328 Z" :fill="useCurrentColor ? 'currentColor' : '#FFF'" fill-rule="nonzero" stroke="currentColor"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCalling',
|
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 viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-delete`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><path d="M8.65,14.2222222 L8.65,7.33333333 C8.65,7 8.425,6.66666667 7.975,6.66666667 C7.6375,6.66666667 7.3,7 7.3,7.33333333 L7.3,14.3333333 C7.3,14.6666667 7.525,15 7.975,15 C8.425,14.8888889 8.65,14.6666667 8.65,14.2222222 Z M12.5875,14.2222222 L12.5875,7.33333333 C12.5875,7 12.25,6.66666667 11.9125,6.66666667 C11.575,6.66666667 11.2375,7 11.2375,7.33333333 L11.2375,14.3333333 C11.2375,14.6666667 11.575,15 11.9125,15 C12.25,14.8888889 12.5875,14.6666667 12.5875,14.2222222 Z M18.325,4.11111111 L15.175,4.11111111 L15.175,2.88888889 C15.175,1.88888889 14.275,1 13.2625,1 L6.7375,1 C5.6125,1 4.825,1.77777778 4.825,2.88888889 L4.825,4.22222222 L1.675,4.22222222 C1.3375,4.11111111 1,4.44444444 1,4.77777778 C1,5.11111111 1.3375,5.33333333 1.675,5.33333333 L18.325,5.33333333 C18.6625,5.33333333 19,5.11111111 19,4.77777778 C19,4.44444444 18.6625,4.11111111 18.325,4.11111111 L18.325,4.11111111 Z M13.825,4.11111111 L6.0625,4.11111111 L6.0625,2.88888889 C6.0625,2.55555556 6.4,2.22222222 6.7375,2.22222222 L13.2625,2.22222222 C13.6,2.22222222 13.825,2.44444444 13.825,2.88888889 L13.825,4.11111111 L13.825,4.11111111 Z" :fill="useCurrentColor ? 'currentColor' : '#FFF'" fill-rule="nonzero"/><path d="M12.1047487,0 L12.1047487,9.24090386 C12.1047487,10.2124258 11.2732775,11 10.2476058,11 L1.85714286,11 C0.831471179,11 0,10.2124258 0,9.24090386 L0,0" transform="translate(4 7)" stroke="#FFF" stroke-linecap="round" stroke-width="1.35"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconDelete',
|
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 viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-edit`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><path d="M6.96061761,7.83403646 C7.09421785,7.96420312 7.26929425,8.02928646 7.44437065,8.02928646 C7.61944704,8.02928646 7.79454482,7.96420312 7.92812368,7.83403646 L14.7996317,1.13807812 C15.0667894,0.877723958 15.0667894,0.455619792 14.7996317,0.195265625 C14.5324312,-0.0650885417 14.099262,-0.0650885417 13.8321043,0.195265625 L6.96061761,6.89122396 C6.6934385,7.15155729 6.6934385,7.57368229 6.96061761,7.83403646 Z M12.3137778,9.76691146 C12.3137778,9.39872396 12.0074743,9.10024479 11.6296351,9.10024479 L3.46268144,9.10024479 C3.08484225,9.10024479 2.77853873,9.39872396 2.77853873,9.76691146 C2.77853873,10.135099 3.08484225,10.4335781 3.46268144,10.4335781 L11.6296351,10.4335781 C12.0074743,10.4335781 12.3137778,10.135099 12.3137778,9.76691146 Z M3.46268144,11.8085781 C3.08484225,11.8085781 2.77853873,12.1070573 2.77853873,12.4752448 C2.77853873,12.8434323 3.08484225,13.1419115 3.46268144,13.1419115 L8.82892584,13.1419115 C9.20676503,13.1419115 9.51306855,12.8434323 9.51306855,12.4752448 C9.51306855,12.1070573 9.20676503,11.8085781 8.82892584,11.8085781 L3.46268144,11.8085781 Z" :fill="useCurrentColor ? 'currentColor' : '#FFF'" fill-rule="nonzero" transform="translate(3 2)"/><path d="M14.5950445,4.88317975 L14.5950445,4.88317975 L14.5950445,14.2222222 C14.5950445,15.2040618 13.7782415,16 12.770664,16 L1.82438057,16 C0.816803001,16 0,15.2040618 0,14.2222222 L0,1.77777778 C0,0.795938223 0.816803001,1.98951966e-13 1.82438057,1.98951966e-13 L9.91415698,1.98951966e-13 L9.91415698,1.98951966e-13" stroke="#FFF" stroke-width="1.333" stroke-linecap="round" transform="translate(3 2)"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconEdit',
|
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 viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-help-offline`]" width="1em" height="1em" v-bind="$attrs"><path d="M1.8509205,7.87121778 C1.67438137,7.87121778 1.49786658,7.81720577 1.34657863,7.70290244 C0.968297882,7.42344795 0.886359374,6.88364677 1.16687397,6.50261931 C2.16615852,5.13720955 3.48379791,4.00364425 4.97792773,3.22885896 C6.52253558,2.42549784 8.26255398,2 10.0089034,2 C11.7520874,2 13.4857991,2.42230912 15.0272414,3.21931733 C16.5151132,3.99093843 17.8327282,5.11817535 18.8319884,6.47401894 C19.1125274,6.85507094 19.03373,7.39170793 18.6554493,7.67430207 C18.2771929,7.95689622 17.744483,7.87752163 17.4639197,7.49646963 C15.6923921,5.09278824 12.9751505,3.71469719 10.0089034,3.71469719 C7.07416558,3.71469719 4.28129214,5.13723408 2.53810821,7.51874161 C2.37106566,7.750537 2.11256367,7.87121778 1.85094485,7.87121778 L1.8509205,7.87121778 Z M12.0483809,16 C11.8308847,16 11.6133885,15.9174367 11.4463216,15.7491459 L7.4114649,11.6847548 C7.08047229,11.3513373 7.08047229,10.8083474 7.4114649,10.4717658 C7.74245752,10.1383484 8.28149845,10.1383484 8.61560789,10.4717658 L12.6504646,14.5361569 C12.9814572,14.8695744 12.9814572,15.4125643 12.6504646,15.7491459 C12.4865632,15.9174367 12.2690427,16 12.0483809,16 Z M8.01354857,16 C7.79602801,16 7.5785318,15.9174367 7.4114649,15.7491459 C7.08047229,15.4157284 7.08047229,14.8727385 7.4114649,14.5361815 L11.4400149,10.4781187 C11.7710075,10.1447013 12.3100484,10.1447013 12.6441579,10.4781187 C12.9751505,10.8115116 12.9751505,11.3545015 12.6441579,11.6910831 L8.61246672,15.7491459 C8.448541,15.9174367 8.23104479,16 8.01354857,16 Z M4.79510624,9.89703589 C4.60851571,9.89703589 4.42702075,9.83570542 4.27815096,9.72239217 C3.90303574,9.4366093 3.8336863,8.89680813 4.11739077,8.52210904 C4.79827177,7.6203146 5.69034228,6.87412967 6.69274365,6.36290433 C7.74245752,5.82626734 8.87725107,5.5531903 10.0624983,5.5531903 C11.2477455,5.5531903 12.3825391,5.82626734 13.4322286,6.35971561 C14.4346299,6.87094095 15.3235593,7.61715041 16.0044403,8.51894485 C16.2881204,8.89680813 16.2187953,9.43342059 15.8436801,9.71920345 C15.4685649,10.0049863 14.9358306,9.93512883 14.6521262,9.55726555 C13.5488418,8.09977539 11.8781485,7.26469877 10.0624983,7.26469877 C8.24679938,7.26469877 6.57296489,8.09979992 5.47284606,9.55726555 C5.30577917,9.77954384 5.05044271,9.89703589 4.79510624,9.89703589 Z" :fill="useCurrentColor ? 'currentColor' : 'currentColor'" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconHelpOffline',
|
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 viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-info-camera`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><circle :fill="useCurrentColor ? 'currentColor' : '#54536D'" cx="10" cy="10" r="10"/><path d="M12.11,12.0833333 L1.22333333,12.0833333 C0.548333333,12.0833333 0,11.5083333 0,10.8016667 L0,4.0975 C0,3.39083333 0.548333333,2.81583333 1.22333333,2.81583333 L3.29916667,2.81583333 C3.61166667,2.0475 4.10166667,1.25 4.78333333,1.25 L8.55,1.25 C9.27166667,1.25 9.745,2.045 10.0333333,2.81583333 L12.11,2.81583333 C12.785,2.81583333 13.3333333,3.39083333 13.3333333,4.0975 L13.3333333,10.8016667 C13.3333333,11.5083333 12.785,12.0833333 12.11,12.0833333 Z M1.22333333,3.64916667 C1.00833333,3.64916667 0.833333333,3.85 0.833333333,4.0975 L0.833333333,10.8016667 C0.833333333,11.0491667 1.00833333,11.25 1.22333333,11.25 L12.11,11.25 C12.325,11.25 12.5,11.0491667 12.5,10.8016667 L12.5,4.0975 C12.5,3.85 12.325,3.64916667 12.11,3.64916667 L9.73666667,3.64916667 C9.55589731,3.64927758 9.39567694,3.53281488 9.34,3.36083333 C9.055,2.48 8.70666667,2.08333333 8.55,2.08333333 L4.78333333,2.08333333 C4.665,2.08333333 4.3075,2.4625 3.97666667,3.37416667 C3.91702075,3.53914477 3.7604292,3.64909203 3.585,3.64916667 L1.22333333,3.64916667 Z M10.4166667,5 C10.186548,5 10,4.81345198 10,4.58333333 C10,4.35321469 10.186548,4.16666667 10.4166667,4.16666667 C10.6467853,4.16666667 10.8333333,4.35321469 10.8333333,4.58333333 C10.8333333,4.81345198 10.6467853,5 10.4166667,5 M6.66666667,9.58333333 C5.28833333,9.58333333 4.16666667,8.46166667 4.16666667,7.08333333 C4.16666667,5.705 5.28833333,4.58333333 6.66666667,4.58333333 C8.045,4.58333333 9.16666667,5.705 9.16666667,7.08333333 C9.16666667,8.46166667 8.045,9.58333333 6.66666667,9.58333333 Z M6.66666667,5.41666667 C5.7475,5.41666667 5,6.16416667 5,7.08333333 C5,8.0025 5.7475,8.75 6.66666667,8.75 C7.58583333,8.75 8.33333333,8.0025 8.33333333,7.08333333 C8.33333333,6.16416667 7.58583333,5.41666667 6.66666667,5.41666667 Z" stroke="#FFF" stroke-width=".5" :fill="useCurrentColor ? 'currentColor' : '#FFF'" transform="translate(3.333 2.333)" fill-rule="nonzero"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconInfoCamera',
|
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 viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-light-state-offline`]" width="1em" height="1em" v-bind="$attrs"><g stroke="#9897A2" :fill="useCurrentColor ? 'currentColor' : '#9897A2'" fill-rule="nonzero"><path d="M1.31578125,13.4736914 C1.10525391,13.4210547 0.894746094,13.5263086 0.842109375,13.7368359 C0.789472656,13.9473828 0.894746094,14.1578906 1.10525391,14.2105273 C3.36841797,14.8947266 5.05263672,16.7368359 5.57894531,19 C5.63158203,19.1578906 5.78949219,19.2631641 5.94736328,19.2631641 L6.05263672,19.2631641 C6.26316406,19.2105273 6.36841797,19 6.31578125,18.8421094 C5.68421875,16.2631641 3.78947266,14.2105273 1.31578125,13.4736914 L1.31578125,13.4736914 Z M1.26316406,8.47369141 C1.05261719,8.42105469 0.894746094,8.57896484 0.842109375,8.78947266 C0.789472656,9 0.947382812,9.15789062 1.15789062,9.21052734 C6.05261719,10.0526367 9.89474609,14.0526367 10.4736914,19 C10.4736914,19.2105273 10.631582,19.3157812 10.8421094,19.3157812 L10.8947461,19.3157812 C11.1052539,19.3157812 11.2631641,19.1052539 11.2105273,18.8947461 C10.5789453,13.6841992 6.47369141,9.36841797 1.26316406,8.47369141 Z"/><path d="M1.26316406,3.94736328 C1.05261719,3.94736328 0.842109375,4.10525391 0.842109375,4.26316406 C0.842109375,4.42107422 0.947382813,4.63158203 1.15789063,4.68421875 C8.47369141,5.57894531 14.2631641,11.5263086 14.9473633,18.8947461 C14.9473633,19.1052539 15.1052539,19.2105273 15.3157812,19.2105273 L15.368418,19.2105273 C15.5789648,19.2105273 15.7368359,19 15.6842187,18.7894727 C14.9473633,11.1578906 8.89474609,4.89474609 1.26316406,3.94736328 Z M16.4736914,3.94736328 L19.1052539,1.31578125 C19.2631641,1.15789062 19.2631641,0.947363281 19.1052539,0.789472656 C18.9473438,0.631582031 18.7368359,0.631582031 18.5789453,0.789472656 L15.9473633,3.42105469 L13.3157813,0.789453125 C13.1578906,0.6315625 12.9473633,0.6315625 12.7894727,0.789453125 C12.631582,0.94734375 12.631582,1.15787109 12.7894727,1.31576172 L15.4210547,3.94734375 L12.7894531,6.57894531 C12.6315625,6.73683594 12.6315625,6.94736328 12.7894531,7.10525391 C12.8420898,7.15789062 12.9473437,7.21052734 13.0526172,7.21052734 C13.1578906,7.21052734 13.2631445,7.15789062 13.3157617,7.10525391 L15.9473437,4.47369141 L18.5789258,7.10525391 C18.6315625,7.15789062 18.7368164,7.21052734 18.8420898,7.21052734 C18.9473633,7.21052734 19.0526172,7.15789062 19.1052344,7.10525391 C19.2631445,6.94736328 19.2631445,6.73683594 19.1052344,6.57894531 L16.4736914,3.94736328 Z"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconLightStateOffline',
|
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 viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-light-state-online`]" width="1em" height="1em" v-bind="$attrs"><g stroke="#14E58D" :fill="useCurrentColor ? 'currentColor' : '#14E58D'" fill-rule="nonzero"><path d="M0.947363281,13.5263086 C0.736835938,13.4736914 0.526308594,13.5789453 0.473691406,13.7894727 C0.421054688,14 0.526308594,14.2105273 0.736835938,14.2631641 C2.89474609,14.8947461 4.52630859,16.6842188 5.05263672,18.8421094 C5.10525391,19 5.26316406,19.1052539 5.42105469,19.1052539 L5.52632813,19.1052539 C5.73683594,19.0526367 5.84210938,18.8421094 5.78947266,18.6842188 C5.21054688,16.2105273 3.36841797,14.2631641 0.947363281,13.5263086 Z M0.894746094,8.73685547 C0.684199219,8.68421875 0.526308594,8.84210938 0.473691406,9.05263672 C0.421054688,9.26316406 0.578964844,9.42105469 0.789472656,9.47369141 C5.47369141,10.2631445 9.15789062,14.1578906 9.78947266,18.8947461 C9.78947266,19.1052539 9.94736328,19.2105273 10.1578906,19.2105273 L10.2105273,19.2105273 C10.4210547,19.2105273 10.5789453,19 10.5263086,18.7894727 C9.89474609,13.7368359 5.94736328,9.57894531 0.894746094,8.73683594 L0.894746094,8.73685547 Z"/><path d="M0.894726562,4.36841797 C0.68421875,4.36841797 0.526308594,4.52630859 0.473691406,4.68421875 C0.473691406,4.89474609 0.578964844,5.05263672 0.789472656,5.10525391 C7.84210938,5.94736328 13.4210547,11.6842187 14.0526367,18.7368359 C14.0526367,18.9473828 14.2105273,19.0526367 14.4210547,19.0526367 L14.4736914,19.0526367 C14.6842187,19.0526367 14.8421094,18.8420898 14.7894727,18.631582 C14.1052539,11.3157812 8.26316406,5.26316406 0.894746094,4.36841797 L0.894726562,4.36841797 Z M19.4210742,0.894746094 C19.2631836,0.736835938 19.0526563,0.736835938 18.8947656,0.894746094 L13.631582,6.15789063 L10.6842187,3.21054688 C10.5263086,3.05265625 10.3157812,3.05265625 10.1578906,3.21054688 C10,3.3684375 10,3.57896484 10.1578906,3.73685547 L13.3684375,6.94740234 C13.4210547,7.00001953 13.5263086,7.05265625 13.631582,7.05265625 C13.7368555,7.05265625 13.8421094,7.00001953 13.8947461,6.94738281 L19.4210547,1.42105469 C19.5263281,1.31578125 19.5263281,1.05263672 19.4210547,0.894746094 L19.4210742,0.894746094 Z"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconLightStateOnline',
|
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 viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-mount-devi1`]" width="1em" height="1em" v-bind="$attrs"><g stroke="currentColor" stroke-width="1.371" fill="none" fill-rule="evenodd"><path d="M14.5748925,8.33613445 C17.4796428,8.33613445 19.8344081,10.7440148 19.8344081,13.7142857 C19.8344081,16.1221652 18.2869282,18.1604588 16.1534488,18.8459986 L16.1527472,20.7058824 L12.9970378,20.7058824 L12.9963362,18.8459986 C10.8628568,18.1604588 9.31537695,16.1221652 9.31537695,13.7142857 C9.31537695,10.7440148 11.6701423,8.33613445 14.5748925,8.33613445 Z" stroke-linejoin="round"/><path stroke-linecap="round" d="M12.471 23.731L16.416 23.731"/><ellipse cx="14.575" cy="14.252" rx="1.578" ry="1.613"/><path stroke-linecap="round" d="M14.575 4L14.575 5.613M21.963 6.725L20.671 7.65"/><path stroke-linecap="round" transform="matrix(-1 0 0 1 15.665 0)" d="M8.479 6.725L7.186 7.65"/><path stroke-linecap="round" d="M22.422 12.605L24 12.605M5 12.605L6.578 12.605"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconMountDevi1',
|
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 viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-mount-devi10`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><g stroke="currentColor" stroke-width="1.425"><path d="M6.4832261,4.8 C6.2226163,3.76687244 5.25852276,3 4.10905731,3 C3.00392555,3 2.07014224,3.70885827 1.76815257,4.68167697" transform="rotate(90 8.913 15.187)"/><path d="M6.4832261 4.8C6.2226163 3.76687244 5.25852276 3 4.10905731 3 3.00392555 3 2.07014224 3.70885827 1.76815257 4.68167697M8.25137868 2.71925164C7.50274571 1.10637572 5.96332434 0 4.18581614 0 2.30694709 0 .694092436 1.23615361 0 3" transform="matrix(0 1 1 0 4.9 6.274)"/><path d="M8.25137868,2.71925164 C7.50274571,1.10637572 5.96332434,0 4.18581614,0 C2.30694709,0 0.694092436,1.23615361 0,3" transform="rotate(90 8.913 15.187)"/></g><path d="M9.6,0 C10.5765237,-1.79384494e-16 11.3681526,0.791628872 11.3681526,1.76815257 L11.3685864,10.0043885 C12.7622151,10.6785572 13.7256893,12.1247363 13.7256893,13.8 C13.7256893,16.1195959 11.8785553,18 9.6,18 C7.3214447,18 5.47431066,16.1195959 5.47431066,13.8 C5.47431066,12.1247363 6.4377849,10.6785572 7.83141359,10.0043885 L7.83184743,1.76815257 C7.83184743,0.791628872 8.6234763,1.79384494e-16 9.6,0 Z" stroke="currentColor" stroke-width="1.425" transform="translate(4.9 5)"/><path d="M9.6,5.4 C9.9255079,5.4 10.1893842,5.66387629 10.1893842,5.98938419 L10.1891852,11.4755584 C11.2061078,11.7419136 11.9575368,12.6816234 11.9575368,13.8 C11.9575368,15.1254834 10.9020316,16.2 9.6,16.2 C8.2979684,16.2 7.24246324,15.1254834 7.24246324,13.8 C7.24246324,12.6816234 7.9938922,11.7419136 9.01081483,11.4755584 L9.01061581,5.98938419 C9.01061581,5.66387629 9.2744921,5.4 9.6,5.4 Z" :fill="useCurrentColor ? 'currentColor' : 'currentColor'" transform="translate(4.9 5)"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconMountDevi10',
|
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 viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-mount-devi11`]" width="1em" height="1em" v-bind="$attrs"><g transform="translate(4 9)" stroke="currentColor" stroke-width="1.304" fill="none" fill-rule="evenodd"><rect width="17.779" height="11" rx="1.086"/><path stroke-linecap="round" d="M19.753 3.85L19.753 7.7M4.44469353 5.08750114L8.88431573 7.15 8.88431573 3.85 13.0681034 5.49999544"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconMountDevi11',
|
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 viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-mount-devi12`]" width="1em" height="1em" v-bind="$attrs"><path d="M18.3333333,8.28126441 C18.3333333,11.2949326 16.7118711,13.9336012 14.2904874,15.3828182 C13.8620283,15.6386772 13.3215409,15.3183651 13.3392296,14.8242251 C13.3470912,14.6132879 13.4610849,14.4218819 13.6419025,14.312507 C14.1352201,14.0175855 14.591195,13.6640703 15.0039308,13.2539145 C15.6544811,12.607431 16.163522,11.8554788 16.5212264,11.0175892 C16.8887579,10.1523559 17.0754717,9.23048199 17.0754717,8.28126441 C17.0754717,7.33204682 16.8887579,6.41017296 16.519261,5.54493965 C16.163522,4.70705005 15.6525157,3.95509785 15.0019654,3.30861427 C14.3514151,2.66213069 13.5947327,2.15627194 12.7515723,1.80080362 C11.8828616,1.4355697 10.9551887,1.25002305 10,1.25002305 C9.04481132,1.25002305 8.11713836,1.4355697 7.24646226,1.80275675 C6.40330189,2.15627194 5.6466195,2.66408381 4.99606918,3.31056739 C4.34551887,3.95705097 3.83647799,4.70900317 3.47877358,5.54689277 C3.11124214,6.41017296 2.9245283,7.33204682 2.9245283,8.28126441 C2.9245283,9.23048199 3.11124214,10.1523559 3.48073899,11.0175892 C3.83647799,11.8554788 4.34748428,12.607431 4.99803459,13.2539145 C5.41077044,13.6640703 5.86674528,14.0175855 6.36006289,14.312507 C6.5408805,14.4199287 6.65487421,14.6132879 6.66273585,14.8242251 C6.68042453,15.3222714 6.13600629,15.6386772 5.70754717,15.3808651 C3.28616352,13.9316481 1.66666667,11.2949326 1.66666667,8.28126441 C1.66666667,3.70314503 5.40487421,-0.00778790333 10.0157233,1.22741577e-05 C14.6167453,0.00783707746 18.3333333,3.70705128 18.3333333,8.28126441 Z M10,6.87501614 C10.8667453,6.87501614 11.572327,7.57618715 11.572327,8.43751421 C11.572327,9.29884128 10.8667453,10.0000123 10,10.0000123 C9.13325472,10.0000123 8.42767296,9.29884128 8.42767296,8.43751421 C8.42767296,7.57618715 9.13325472,6.87501614 10,6.87501614 M10,5.62501767 C8.4375,5.62501767 7.16981132,6.88478175 7.16981132,8.43751421 C7.16981132,9.99024668 8.4375,11.2500108 10,11.2500108 C11.5625,11.2500108 12.8301887,9.99024668 12.8301887,8.43751421 C12.8301887,6.88478175 11.5625,5.62501767 10,5.62501767 Z M15.4835805,8.24806132 C15.4933176,9.9746217 14.697327,11.5175886 13.4492925,12.5273529 C13.3490566,12.6093841 13.1957547,12.5683685 13.1485849,12.4472749 C13.0444182,12.1855565 12.9107704,11.939463 12.7476415,11.7129008 C12.6906447,11.6328228 12.7024371,11.5234479 12.7751572,11.4589949 C12.8459119,11.396495 12.9147013,11.3320419 12.9834906,11.2656357 C13.7853774,10.4687617 14.2275943,9.41016927 14.2275943,8.28321753 C14.2275943,7.15626579 13.7853774,6.09767334 12.9834906,5.30079932 C12.1816038,4.5039253 11.1163522,4.06447272 9.98231132,4.06447272 C8.84827044,4.06447272 7.78301887,4.5039253 6.98113208,5.30079932 C6.17924528,6.09767334 5.7370283,7.15626579 5.7370283,8.28321753 C5.7370283,9.41016927 6.17924528,10.4687617 6.98113208,11.2656357 C7.05188679,11.3359482 7.12460692,11.4043074 7.20125786,11.4687605 C7.28183962,11.5390729 7.29756289,11.6582134 7.23466981,11.7441508 C7.08136792,11.9629005 6.95361635,12.1972752 6.85534591,12.4472749 L6.8533805,12.449228 C6.80227987,12.5820404 6.63522013,12.6230559 6.52515723,12.5351654 C5.27515723,11.5332135 4.47720126,10.0000123 4.47720126,8.28126441 C4.47720126,5.2382994 6.97916667,2.7754118 10.0491352,2.81252113 C13.0562107,2.84963046 15.4658019,5.25978375 15.4835805,8.24806132 Z M10,12.8125088 C10.2378145,12.8125088 10.4579403,12.9062587 10.6230346,13.0761804 C10.7448899,13.2031334 10.8235063,13.3593832 10.8529874,13.5293048 C10.8628145,13.5839923 10.8647799,13.6425859 10.8628145,13.6992265 L10.8156447,14.9570374 L10.7665094,16.2695358 L10.6741352,18.7500015 L9.32586478,18.7500015 L9.23349057,16.2695358 L9.18435535,14.9609437 L9.13718553,13.7031327 C9.13522013,13.6484453 9.13915094,13.5918048 9.14701258,13.5390704 C9.17256289,13.3691488 9.25117925,13.2109458 9.37303459,13.0839929 C9.53812893,12.9082118 9.76022013,12.8125088 10,12.8125088 M10,11.5625104 C9.39268868,11.5625104 8.84433962,11.8164163 8.4591195,12.2226658 C8.1702044,12.5273529 7.9697327,12.9160243 7.90290881,13.3476644 C7.88325472,13.4785236 7.87539308,13.611336 7.8793239,13.7480546 L7.92649371,15.0058655 L7.97562893,16.3164108 L8.11320755,20 L11.8867925,20 L12.0243711,16.3164108 L12.0735063,15.0058655 L12.1206761,13.7480546 C12.1265723,13.6054766 12.1167453,13.4668049 12.0951258,13.3320394 C12.0263365,12.9003994 11.8238994,12.5136811 11.5310535,12.2109471 C11.1458333,11.8125101 10.6033805,11.5625104 10,11.5625104 L10,11.5625104 Z" :fill="useCurrentColor ? 'currentColor' : 'currentColor'" transform="translate(4 4)" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconMountDevi12',
|
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 viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-mount-devi2`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><path d="M8.85714286,23.0063931 C10.3706661,23.6432532 12.0666474,24 13.8576728,24 C15.7618505,24 17.5585954,23.5967527 19.1428571,22.8823529" stroke="currentColor" stroke-width="1.227" :fill="useCurrentColor ? 'currentColor' : 'currentColor'" stroke-linecap="round"/><ellipse stroke="currentColor" stroke-width="1.227" cx="14" cy="12.824" rx="8" ry="7.824"/><ellipse stroke="currentColor" stroke-width="1.227" cx="14" cy="13.941" rx="3.429" ry="3.353"/><ellipse :fill="useCurrentColor ? 'currentColor' : 'currentColor'" cx="14" cy="7.794" rx="1.143" ry="1.118"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconMountDevi2',
|
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 viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-mount-devi3`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><g stroke="currentColor" stroke-width="1.5"><path d="M13.6363636 11.6226415C13.2343881 10.1931568 11.7473298 9.13207547 9.97434606 9.13207547 8.26974446 9.13207547 6.8294379 10.1128857 6.36363636 11.4589241M16.3636364 8.74361862C15.2089135 6.5119664 12.8344453 4.98113208 10.0927421 4.98113208 7.19469563 4.98113208 4.70696094 6.6915333 3.63636364 9.13207547M20 4.58797862C17.872036 1.82117365 14.2519284-1.42108547e-14 10.1439317-1.42108547e-14 5.84436692-1.42108547e-14 2.07925564 1.99498753 0 4.98113208" transform="matrix(-1 0 0 1 24 6)"/></g><circle :fill="useCurrentColor ? 'currentColor' : 'currentColor'" transform="rotate(-180 14.318 20.5)" cx="14.318" cy="20.5" r="1.5"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconMountDevi3',
|
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 viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-mount-devi4`]" width="1em" height="1em" v-bind="$attrs"><g stroke="currentColor" stroke-width="1.364" fill="none" fill-rule="evenodd"><path d="M6.54950857,22.5072188 L6.54950857,7.38228024 C6.54950857,6.75441968 7.05849011,6.24543813 7.68635067,6.24543813 L15.7427236,6.24543813 C16.3705841,6.24543813 16.8795657,6.75441968 16.8795657,7.38228024 L16.8795657,22.5072188 L16.8795657,22.5072188" stroke-linejoin="round"/><path d="M5,22.722305 C5,22.8057834 9.47635808,22.8057834 18.4290742,22.722305" stroke-linecap="round"/><path stroke-linecap="round" stroke-linejoin="round" d="M11.9859531 11.6660317L9.6485257 14.7046525 11.9859531 14.7046525 13.7805485 14.7046525 10.1913577 18.0721877"/><path d="M16.3170657,10.343448 L17.6129043,10.343448 C18.8686254,10.343448 19.8865885,11.3614111 19.8865885,12.6171322 L19.8865885,18.8418108 C19.8865885,19.7015556 20.5835494,20.3985165 21.4432943,20.3985165 C22.3030391,20.3985165 23,19.7015556 23,18.8418108 L23,8.26726485 C23,7.83770715 22.7578818,7.44483011 22.3741659,7.25174488 L19.8865885,6 L19.8865885,6"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconMountDevi4',
|
8
|
+
props: {
|
9
|
+
prefix: {
|
10
|
+
type: String,
|
11
|
+
default: 'bb',
|
12
|
+
},
|
13
|
+
useCurrentColor: {
|
14
|
+
type: Boolean,
|
15
|
+
default: true,
|
16
|
+
},
|
17
|
+
},
|
18
|
+
};
|
19
|
+
</script>
|