@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,47 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconAdd",
|
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__ */ createElementVNode("g", {
|
17
|
+
stroke: "#21B2EC",
|
18
|
+
fill: "none",
|
19
|
+
"fill-rule": "evenodd"
|
20
|
+
}, [
|
21
|
+
/* @__PURE__ */ createElementVNode("path", {
|
22
|
+
"stroke-width": "2",
|
23
|
+
d: "M5 10L15 10M10 15L10 5"
|
24
|
+
}),
|
25
|
+
/* @__PURE__ */ createElementVNode("rect", {
|
26
|
+
"stroke-width": "1.5",
|
27
|
+
x: "2",
|
28
|
+
y: "2",
|
29
|
+
width: "16",
|
30
|
+
height: "16",
|
31
|
+
rx: "2"
|
32
|
+
})
|
33
|
+
], -1);
|
34
|
+
const _hoisted_2 = [
|
35
|
+
_hoisted_1
|
36
|
+
];
|
37
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
38
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
39
|
+
viewBox: "0 0 20 20",
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
41
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-add`],
|
42
|
+
width: "1em",
|
43
|
+
height: "1em"
|
44
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
45
|
+
}
|
46
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
47
|
+
export { index as default };
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconBasicReset",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = ["fill"];
|
17
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
18
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
19
|
+
viewBox: "0 0 20 20",
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
21
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-basic-reset`],
|
22
|
+
width: "1em",
|
23
|
+
height: "1em"
|
24
|
+
}, _ctx.$attrs), [
|
25
|
+
createElementVNode("path", {
|
26
|
+
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",
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "#54536D",
|
28
|
+
"fill-rule": "nonzero"
|
29
|
+
}, null, 8, _hoisted_1)
|
30
|
+
], 16);
|
31
|
+
}
|
32
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
33
|
+
export { index as default };
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconBroadcastEdit",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = ["fill"];
|
17
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
18
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
19
|
+
viewBox: "0 0 20 20",
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
21
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-broadcast-edit`],
|
22
|
+
width: "1em",
|
23
|
+
height: "1em"
|
24
|
+
}, _ctx.$attrs), [
|
25
|
+
createElementVNode("path", {
|
26
|
+
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",
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "#A730E8",
|
28
|
+
transform: "translate(1 1)",
|
29
|
+
"fill-rule": "nonzero"
|
30
|
+
}, null, 8, _hoisted_1)
|
31
|
+
], 16);
|
32
|
+
}
|
33
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
34
|
+
export { index as default };
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconBroadcastUpload",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = ["fill"];
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "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" }, null, -1);
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("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" }, null, -1);
|
19
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("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" }, null, -1);
|
20
|
+
const _hoisted_5 = [
|
21
|
+
_hoisted_2,
|
22
|
+
_hoisted_3,
|
23
|
+
_hoisted_4
|
24
|
+
];
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
26
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
27
|
+
viewBox: "0 0 20 20",
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-broadcast-upload`],
|
30
|
+
width: "1em",
|
31
|
+
height: "1em"
|
32
|
+
}, _ctx.$attrs), [
|
33
|
+
createElementVNode("g", {
|
34
|
+
fill: $props.useCurrentColor ? "currentColor" : "#21B2EC",
|
35
|
+
"fill-rule": "nonzero"
|
36
|
+
}, _hoisted_5, 8, _hoisted_1)
|
37
|
+
], 16);
|
38
|
+
}
|
39
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
40
|
+
export { index as default };
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconCalling",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = ["fill"];
|
17
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
18
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
19
|
+
viewBox: "0 0 20 20",
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
21
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-calling`],
|
22
|
+
width: "1em",
|
23
|
+
height: "1em"
|
24
|
+
}, _ctx.$attrs), [
|
25
|
+
createElementVNode("path", {
|
26
|
+
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",
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FFF",
|
28
|
+
"fill-rule": "nonzero",
|
29
|
+
stroke: "currentColor"
|
30
|
+
}, null, 8, _hoisted_1)
|
31
|
+
], 16);
|
32
|
+
}
|
33
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
34
|
+
export { index as default };
|
@@ -0,0 +1,47 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconDelete",
|
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 = {
|
17
|
+
fill: "none",
|
18
|
+
"fill-rule": "evenodd"
|
19
|
+
};
|
20
|
+
const _hoisted_2 = ["fill"];
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
22
|
+
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",
|
23
|
+
transform: "translate(4 7)",
|
24
|
+
stroke: "#FFF",
|
25
|
+
"stroke-linecap": "round",
|
26
|
+
"stroke-width": "1.35"
|
27
|
+
}, null, -1);
|
28
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
29
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
30
|
+
viewBox: "0 0 20 20",
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
32
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-delete`],
|
33
|
+
width: "1em",
|
34
|
+
height: "1em"
|
35
|
+
}, _ctx.$attrs), [
|
36
|
+
createElementVNode("g", _hoisted_1, [
|
37
|
+
createElementVNode("path", {
|
38
|
+
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",
|
39
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FFF",
|
40
|
+
"fill-rule": "nonzero"
|
41
|
+
}, null, 8, _hoisted_2),
|
42
|
+
_hoisted_3
|
43
|
+
])
|
44
|
+
], 16);
|
45
|
+
}
|
46
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
47
|
+
export { index as default };
|
@@ -0,0 +1,48 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconEdit",
|
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 = {
|
17
|
+
fill: "none",
|
18
|
+
"fill-rule": "evenodd"
|
19
|
+
};
|
20
|
+
const _hoisted_2 = ["fill"];
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
22
|
+
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",
|
23
|
+
stroke: "#FFF",
|
24
|
+
"stroke-width": "1.333",
|
25
|
+
"stroke-linecap": "round",
|
26
|
+
transform: "translate(3 2)"
|
27
|
+
}, null, -1);
|
28
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
29
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
30
|
+
viewBox: "0 0 20 20",
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
32
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-edit`],
|
33
|
+
width: "1em",
|
34
|
+
height: "1em"
|
35
|
+
}, _ctx.$attrs), [
|
36
|
+
createElementVNode("g", _hoisted_1, [
|
37
|
+
createElementVNode("path", {
|
38
|
+
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",
|
39
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FFF",
|
40
|
+
"fill-rule": "nonzero",
|
41
|
+
transform: "translate(3 2)"
|
42
|
+
}, null, 8, _hoisted_2),
|
43
|
+
_hoisted_3
|
44
|
+
])
|
45
|
+
], 16);
|
46
|
+
}
|
47
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
48
|
+
export { index as default };
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconHelpOffline",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = ["fill"];
|
17
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
18
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
19
|
+
viewBox: "0 0 20 20",
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
21
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-help-offline`],
|
22
|
+
width: "1em",
|
23
|
+
height: "1em"
|
24
|
+
}, _ctx.$attrs), [
|
25
|
+
createElementVNode("path", {
|
26
|
+
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",
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
28
|
+
"fill-rule": "nonzero"
|
29
|
+
}, null, 8, _hoisted_1)
|
30
|
+
], 16);
|
31
|
+
}
|
32
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
33
|
+
export { index as default };
|
@@ -0,0 +1,49 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconInfoCamera",
|
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 = {
|
17
|
+
fill: "none",
|
18
|
+
"fill-rule": "evenodd"
|
19
|
+
};
|
20
|
+
const _hoisted_2 = ["fill"];
|
21
|
+
const _hoisted_3 = ["fill"];
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
23
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
24
|
+
viewBox: "0 0 20 20",
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-info-camera`],
|
27
|
+
width: "1em",
|
28
|
+
height: "1em"
|
29
|
+
}, _ctx.$attrs), [
|
30
|
+
createElementVNode("g", _hoisted_1, [
|
31
|
+
createElementVNode("circle", {
|
32
|
+
fill: $props.useCurrentColor ? "currentColor" : "#54536D",
|
33
|
+
cx: "10",
|
34
|
+
cy: "10",
|
35
|
+
r: "10"
|
36
|
+
}, null, 8, _hoisted_2),
|
37
|
+
createElementVNode("path", {
|
38
|
+
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",
|
39
|
+
stroke: "#FFF",
|
40
|
+
"stroke-width": ".5",
|
41
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FFF",
|
42
|
+
transform: "translate(3.333 2.333)",
|
43
|
+
"fill-rule": "nonzero"
|
44
|
+
}, null, 8, _hoisted_3)
|
45
|
+
])
|
46
|
+
], 16);
|
47
|
+
}
|
48
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
49
|
+
export { index as default };
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconLightStateOffline",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = ["fill"];
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "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" }, null, -1);
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("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" }, null, -1);
|
19
|
+
const _hoisted_4 = [
|
20
|
+
_hoisted_2,
|
21
|
+
_hoisted_3
|
22
|
+
];
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
24
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
25
|
+
viewBox: "0 0 20 20",
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-light-state-offline`],
|
28
|
+
width: "1em",
|
29
|
+
height: "1em"
|
30
|
+
}, _ctx.$attrs), [
|
31
|
+
createElementVNode("g", {
|
32
|
+
stroke: "#9897A2",
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#9897A2",
|
34
|
+
"fill-rule": "nonzero"
|
35
|
+
}, _hoisted_4, 8, _hoisted_1)
|
36
|
+
], 16);
|
37
|
+
}
|
38
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
39
|
+
export { index as default };
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconLightStateOnline",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = ["fill"];
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "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" }, null, -1);
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("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" }, null, -1);
|
19
|
+
const _hoisted_4 = [
|
20
|
+
_hoisted_2,
|
21
|
+
_hoisted_3
|
22
|
+
];
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
24
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
25
|
+
viewBox: "0 0 20 20",
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-light-state-online`],
|
28
|
+
width: "1em",
|
29
|
+
height: "1em"
|
30
|
+
}, _ctx.$attrs), [
|
31
|
+
createElementVNode("g", {
|
32
|
+
stroke: "#14E58D",
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#14E58D",
|
34
|
+
"fill-rule": "nonzero"
|
35
|
+
}, _hoisted_4, 8, _hoisted_1)
|
36
|
+
], 16);
|
37
|
+
}
|
38
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
39
|
+
export { index as default };
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createStaticVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconMountDevi1",
|
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('<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><path stroke-linecap="round" d="M12.471 23.731L16.416 23.731"></path><ellipse cx="14.575" cy="14.252" rx="1.578" ry="1.613"></ellipse><path stroke-linecap="round" d="M14.575 4L14.575 5.613M21.963 6.725L20.671 7.65"></path><path stroke-linecap="round" transform="matrix(-1 0 0 1 15.665 0)" d="M8.479 6.725L7.186 7.65"></path><path stroke-linecap="round" d="M22.422 12.605L24 12.605M5 12.605L6.578 12.605"></path></g>', 1);
|
17
|
+
const _hoisted_2 = [
|
18
|
+
_hoisted_1
|
19
|
+
];
|
20
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
21
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
22
|
+
viewBox: "0 0 28 28",
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
24
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi1`],
|
25
|
+
width: "1em",
|
26
|
+
height: "1em"
|
27
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
28
|
+
}
|
29
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
30
|
+
export { index as default };
|
@@ -0,0 +1,41 @@
|
|
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: "IconMountDevi10",
|
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 = {
|
17
|
+
fill: "none",
|
18
|
+
"fill-rule": "evenodd"
|
19
|
+
};
|
20
|
+
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<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><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><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)"></path></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>', 2);
|
21
|
+
const _hoisted_4 = ["fill"];
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
23
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
24
|
+
viewBox: "0 0 28 28",
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi10`],
|
27
|
+
width: "1em",
|
28
|
+
height: "1em"
|
29
|
+
}, _ctx.$attrs), [
|
30
|
+
createElementVNode("g", _hoisted_1, [
|
31
|
+
_hoisted_2,
|
32
|
+
createElementVNode("path", {
|
33
|
+
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",
|
34
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
35
|
+
transform: "translate(4.9 5)"
|
36
|
+
}, null, 8, _hoisted_4)
|
37
|
+
])
|
38
|
+
], 16);
|
39
|
+
}
|
40
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
41
|
+
export { index as default };
|
@@ -0,0 +1,46 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconMountDevi11",
|
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__ */ createElementVNode("g", {
|
17
|
+
transform: "translate(4 9)",
|
18
|
+
stroke: "currentColor",
|
19
|
+
"stroke-width": "1.304",
|
20
|
+
fill: "none",
|
21
|
+
"fill-rule": "evenodd"
|
22
|
+
}, [
|
23
|
+
/* @__PURE__ */ createElementVNode("rect", {
|
24
|
+
width: "17.779",
|
25
|
+
height: "11",
|
26
|
+
rx: "1.086"
|
27
|
+
}),
|
28
|
+
/* @__PURE__ */ createElementVNode("path", {
|
29
|
+
"stroke-linecap": "round",
|
30
|
+
d: "M19.753 3.85L19.753 7.7M4.44469353 5.08750114L8.88431573 7.15 8.88431573 3.85 13.0681034 5.49999544"
|
31
|
+
})
|
32
|
+
], -1);
|
33
|
+
const _hoisted_2 = [
|
34
|
+
_hoisted_1
|
35
|
+
];
|
36
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
37
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
38
|
+
viewBox: "0 0 28 28",
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
40
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi11`],
|
41
|
+
width: "1em",
|
42
|
+
height: "1em"
|
43
|
+
}, _ctx.$attrs), _hoisted_2, 16);
|
44
|
+
}
|
45
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
46
|
+
export { index as default };
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
3
|
+
const _sfc_main = {
|
4
|
+
name: "IconMountDevi12",
|
5
|
+
props: {
|
6
|
+
prefix: {
|
7
|
+
type: String,
|
8
|
+
default: "bb"
|
9
|
+
},
|
10
|
+
useCurrentColor: {
|
11
|
+
type: Boolean,
|
12
|
+
default: true
|
13
|
+
}
|
14
|
+
}
|
15
|
+
};
|
16
|
+
const _hoisted_1 = ["fill"];
|
17
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
18
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
19
|
+
viewBox: "0 0 28 28",
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
21
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi12`],
|
22
|
+
width: "1em",
|
23
|
+
height: "1em"
|
24
|
+
}, _ctx.$attrs), [
|
25
|
+
createElementVNode("path", {
|
26
|
+
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",
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "currentColor",
|
28
|
+
transform: "translate(4 4)",
|
29
|
+
"fill-rule": "nonzero"
|
30
|
+
}, null, 8, _hoisted_1)
|
31
|
+
], 16);
|
32
|
+
}
|
33
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
34
|
+
export { index as default };
|