@arco-iconbox/vue-bluebee 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,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: "IconConGateway",
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: "M736.29687473 482.46875c-11.95312527 0-23.203125-3.51562527-31.640625-10.546875-8.4375-7.03124973-13.35937473-16.875-13.35937473-26.71875027 0-49.92187527-48.515625-90.00000027-106.87500027-89.99999946-59.0625 0-106.87500027 40.078125-106.87499946 89.99999946 0 14.06250027-8.4375 26.01562473-23.203125 33.04687527s-30.93750027 7.03124973-45.00000054 0-23.203125-18.984375-23.203125-33.04687527c0-91.40624973 88.59375-164.53125 196.87500054-164.53125s197.57812527 74.53124973 197.57812446 165.23437554c0.70312473 19.68749973-19.68749973 36.56249973-44.296875 36.56249973z" }, null, -1);
18
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M874.8125 445.90625027c-11.95312527 0-23.203125-3.51562527-31.640625-10.546875-8.4375-7.73437527-13.35937473-16.875-13.35937473-26.71875027 0-73.828125-46.40625-141.328125-122.34375-177.89062473-75.9375-36.56249973-169.45312473-36.56249973-245.39062554 0-75.9375 36.56249973-122.34375 104.06249973-122.34375 177.89062473 0 20.39062527-20.39062527 37.26562527-44.99999973 37.26562527-24.60937527 0-44.99999973-16.875-44.99999973-37.26562527 0-100.54687527 63.98437473-193.35937527 168.04687446-243.28124973 103.359375-49.92187527 232.03125-49.92187527 335.390625 0S919.81249973 307.390625 919.81249973 407.93750027c0 21.09375-20.39062527 37.96875-44.99999973 37.96875zM889.578125 579.5h-611.01562527c-23.90624973 0-43.59375027 23.203125-43.59374946 52.03125027v230.62499973c0 28.12499973 19.68749973 52.03125027 43.59374946 52.03125027h611.01562527c23.90624973 0 43.59375027-23.203125 43.59375027-52.03125027V631.53125027c0-28.82812527-19.68749973-52.03125027-43.59375027-52.03125027z m-503.43750027 191.953125c-7.73437527 7.03124973-17.57812473 11.24999973-26.71874946 11.24999973-21.09375 0-38.67187473-17.57812473-38.67187554-38.67187473s17.57812473-38.67187473 38.67187554-38.67187473 38.67187473 17.57812473 38.67187473 38.67187473c-0.70312473 9.84375027-4.92187473 19.68749973-11.95312527 27.421875z m116.71875054 0c-7.73437527 7.03124973-17.57812473 11.24999973-26.71875027 11.24999973-21.79687473 0-38.67187473-17.57812473-38.67187473-38.67187473s17.57812473-38.67187473 38.67187473-38.67187473c21.79687473 0 38.67187473 17.57812473 38.67187473 38.67187473-0.70312473 9.84375027-4.92187473 19.68749973-11.95312446 27.421875z m118.82812473 0c-7.73437527 7.03124973-17.57812473 11.24999973-26.71875027 11.24999973-21.79687473 0-38.67187473-17.57812473-38.67187473-38.67187473s17.57812473-38.67187473 38.67187473-38.67187473c21.79687473 0 38.67187473 17.57812473 38.67187554 38.67187473 0 9.84375027-4.21875 19.68749973-11.95312527 27.421875zM533.09375 501.453125c0 27.421875 22.50000027 49.21874973 50.625 49.21874973s50.625-21.79687473 50.625-49.21874973-22.50000027-49.21874973-50.625-49.21874973c-28.12499973 0.70312473-50.625 22.50000027-50.625 49.21874973z" }, null, -1);
19
+ const _hoisted_4 = [
20
+ _hoisted_2,
21
+ _hoisted_3
22
+ ];
23
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
+ return openBlock(), createElementBlock("svg", mergeProps({
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ viewBox: "0 0 1184 1024",
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-con-gateway`],
29
+ width: "1em",
30
+ height: "1em"
31
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
32
+ }
33
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
34
+ export { index as default };
@@ -0,0 +1,72 @@
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: "IconMountDevi13",
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("tspan", {
22
+ x: "3",
23
+ y: "28.02"
24
+ }, "RFID", -1);
25
+ const _hoisted_4 = [
26
+ _hoisted_3
27
+ ];
28
+ const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", {
29
+ d: "M19.1251046,21.6686167 C19.1251046,19.6712724 18.5557895,17.8060031 17.569549,16.2241723 M16.7917712,14.6686167 C14.9215894,12.2895577 12.1311545,10.7797278 9.01399347,10.7797278 M17.569549,16.2241723 L15.9775938,13.86459",
30
+ stroke: "currentColor",
31
+ "stroke-width": "1.167",
32
+ "stroke-linejoin": "round",
33
+ transform: "rotate(-45 10.424 14.714)"
34
+ }, null, -1);
35
+ const _hoisted_6 = /* @__PURE__ */ createElementVNode("path", {
36
+ d: "M22.2362157,20.3799523 C22.2362157,17.7829604 21.7498485,15.3231151 20.8810853,13.1259414 C20.5951934,12.4028973 20.2678907,11.7082987 19.9028824,11.046619 L18.3806603,8.66604258 M18.3473268,8.71328562 C15.3233937,5.37734796 10.869488,3.26884117 5.90288236,3.26884117",
37
+ stroke: "currentColor",
38
+ "stroke-width": "1.167",
39
+ "stroke-linecap": "round",
40
+ "stroke-linejoin": "round",
41
+ transform: "rotate(-45 10.424 10.314)"
42
+ }, null, -1);
43
+ const _hoisted_7 = /* @__PURE__ */ createElementVNode("path", {
44
+ d: "M17.6363636,20.6425012 C17.2343881,19.2130166 15.7473298,18.1519352 13.9743461,18.1519352 C12.2697445,18.1519352 10.8294379,19.1327454 10.3636364,20.4787838",
45
+ stroke: "currentColor",
46
+ "stroke-width": "1.5",
47
+ transform: "translate(0 -3.02)"
48
+ }, null, -1);
49
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
50
+ return openBlock(), createElementBlock("svg", mergeProps({
51
+ viewBox: "0 0 28 28",
52
+ xmlns: "http://www.w3.org/2000/svg",
53
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi13`],
54
+ width: "1em",
55
+ height: "1em"
56
+ }, _ctx.$attrs), [
57
+ createElementVNode("g", _hoisted_1, [
58
+ createElementVNode("text", {
59
+ "font-family": "PingFangSC-Medium, PingFang SC",
60
+ "font-size": "10",
61
+ "font-weight": "400",
62
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
63
+ transform: "translate(0 -3.02)"
64
+ }, _hoisted_4, 8, _hoisted_2),
65
+ _hoisted_5,
66
+ _hoisted_6,
67
+ _hoisted_7
68
+ ])
69
+ ], 16);
70
+ }
71
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
72
+ export { index as default };
@@ -0,0 +1,66 @@
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: "IconMountDevi14",
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
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", {
23
+ stroke: "currentColor",
24
+ "stroke-width": "1.167",
25
+ "stroke-linejoin": "round",
26
+ d: "M11.787568 -2.1911485e-15L23.575136 6.02777778 23.575136 15.75 11.787568 22.5555556 0 15.75 0 6.02777778z",
27
+ transform: "translate(2.43 3.111)"
28
+ }, null, -1);
29
+ const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", {
30
+ stroke: "currentColor",
31
+ "stroke-width": "1.167",
32
+ "stroke-linecap": "round",
33
+ d: "M11.787568 21.7777778L11.787568 12.8333333 23.5703209 6.52930659",
34
+ transform: "translate(2.43 3.111)"
35
+ }, null, -1);
36
+ const _hoisted_6 = /* @__PURE__ */ createElementVNode("path", {
37
+ stroke: "currentColor",
38
+ d: "M2.43 9.629L14.218 16.377"
39
+ }, null, -1);
40
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
41
+ return openBlock(), createElementBlock("svg", mergeProps({
42
+ viewBox: "0 0 28 28",
43
+ xmlns: "http://www.w3.org/2000/svg",
44
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi14`],
45
+ width: "1em",
46
+ height: "1em"
47
+ }, _ctx.$attrs), [
48
+ createElementVNode("g", _hoisted_1, [
49
+ createElementVNode("path", {
50
+ d: "M15.469128,14.3283226 L16.1252997,14.6599346 C16.649017,14.9246076 16.9792275,15.4614708 16.9792275,16.0482687 L16.9792275,16.5039114 C16.9792275,16.9778897 16.5949921,17.3621251 16.1210138,17.3621251 C15.9833871,17.3621251 15.8477788,17.3290262 15.7256279,17.2656205 L15.0642778,16.9223287 C14.5488557,16.6547849 14.2253789,16.1224159 14.2253789,15.5416926 L14.2253789,15.0933199 C14.2253789,14.6199349 14.6091333,14.2361805 15.0825184,14.2361805 C15.2168275,14.2361805 15.349257,14.2677429 15.469128,14.3283226 Z",
51
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
52
+ transform: "matrix(-1 0 0 1 33.635 3.111)"
53
+ }, null, 8, _hoisted_2),
54
+ createElementVNode("path", {
55
+ d: "M19.5321462,11.8905116 L20.1883179,12.2221236 C20.7120353,12.4867967 21.0422457,13.0236599 21.0422457,13.6104577 L21.0422457,14.0661004 C21.0422457,14.5400788 20.6580103,14.9243141 20.184032,14.9243141 C20.0464053,14.9243141 19.910797,14.8912153 19.7886462,14.8278096 L19.127296,14.4845178 C18.611874,14.216974 18.2883972,13.684605 18.2883972,13.1038816 L18.2883972,12.655509 C18.2883972,12.1821239 18.6721516,11.7983696 19.1455366,11.7983696 C19.2798457,11.7983696 19.4122753,11.829932 19.5321462,11.8905116 Z",
56
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
57
+ transform: "matrix(-1 0 0 1 41.76 3.111)"
58
+ }, null, 8, _hoisted_3),
59
+ _hoisted_4,
60
+ _hoisted_5,
61
+ _hoisted_6
62
+ ])
63
+ ], 16);
64
+ }
65
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
66
+ export { index as default };
package/esm/index.js CHANGED
@@ -73,3 +73,6 @@ export { default as IconCameraViewCar } from "./IconCameraViewCar/index.js";
73
73
  export { default as IconCameraViewExitFullscreen } from "./IconCameraViewExitFullscreen/index.js";
74
74
  export { default as IconCameraViewScaleDown } from "./IconCameraViewScaleDown/index.js";
75
75
  export { default as IconCameraViewScaleUp } from "./IconCameraViewScaleUp/index.js";
76
+ export { default as IconMountDevi14 } from "./IconMountDevi14/index.js";
77
+ export { default as IconMountDevi13 } from "./IconMountDevi13/index.js";
78
+ export { default as IconConGateway } from "./IconConGateway/index.js";
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconConGateway",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "bb"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M736.29687473 482.46875c-11.95312527 0-23.203125-3.51562527-31.640625-10.546875-8.4375-7.03124973-13.35937473-16.875-13.35937473-26.71875027 0-49.92187527-48.515625-90.00000027-106.87500027-89.99999946-59.0625 0-106.87500027 40.078125-106.87499946 89.99999946 0 14.06250027-8.4375 26.01562473-23.203125 33.04687527s-30.93750027 7.03124973-45.00000054 0-23.203125-18.984375-23.203125-33.04687527c0-91.40624973 88.59375-164.53125 196.87500054-164.53125s197.57812527 74.53124973 197.57812446 165.23437554c0.70312473 19.68749973-19.68749973 36.56249973-44.296875 36.56249973z" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M874.8125 445.90625027c-11.95312527 0-23.203125-3.51562527-31.640625-10.546875-8.4375-7.73437527-13.35937473-16.875-13.35937473-26.71875027 0-73.828125-46.40625-141.328125-122.34375-177.89062473-75.9375-36.56249973-169.45312473-36.56249973-245.39062554 0-75.9375 36.56249973-122.34375 104.06249973-122.34375 177.89062473 0 20.39062527-20.39062527 37.26562527-44.99999973 37.26562527-24.60937527 0-44.99999973-16.875-44.99999973-37.26562527 0-100.54687527 63.98437473-193.35937527 168.04687446-243.28124973 103.359375-49.92187527 232.03125-49.92187527 335.390625 0S919.81249973 307.390625 919.81249973 407.93750027c0 21.09375-20.39062527 37.96875-44.99999973 37.96875zM889.578125 579.5h-611.01562527c-23.90624973 0-43.59375027 23.203125-43.59374946 52.03125027v230.62499973c0 28.12499973 19.68749973 52.03125027 43.59374946 52.03125027h611.01562527c23.90624973 0 43.59375027-23.203125 43.59375027-52.03125027V631.53125027c0-28.82812527-19.68749973-52.03125027-43.59375027-52.03125027z m-503.43750027 191.953125c-7.73437527 7.03124973-17.57812473 11.24999973-26.71874946 11.24999973-21.09375 0-38.67187473-17.57812473-38.67187554-38.67187473s17.57812473-38.67187473 38.67187554-38.67187473 38.67187473 17.57812473 38.67187473 38.67187473c-0.70312473 9.84375027-4.92187473 19.68749973-11.95312527 27.421875z m116.71875054 0c-7.73437527 7.03124973-17.57812473 11.24999973-26.71875027 11.24999973-21.79687473 0-38.67187473-17.57812473-38.67187473-38.67187473s17.57812473-38.67187473 38.67187473-38.67187473c21.79687473 0 38.67187473 17.57812473 38.67187473 38.67187473-0.70312473 9.84375027-4.92187473 19.68749973-11.95312446 27.421875z m118.82812473 0c-7.73437527 7.03124973-17.57812473 11.24999973-26.71875027 11.24999973-21.79687473 0-38.67187473-17.57812473-38.67187473-38.67187473s17.57812473-38.67187473 38.67187473-38.67187473c21.79687473 0 38.67187473 17.57812473 38.67187554 38.67187473 0 9.84375027-4.21875 19.68749973-11.95312527 27.421875zM533.09375 501.453125c0 27.421875 22.50000027 49.21874973 50.625 49.21874973s50.625-21.79687473 50.625-49.21874973-22.50000027-49.21874973-50.625-49.21874973c-28.12499973 0.70312473-50.625 22.50000027-50.625 49.21874973z" }, null, -1);
20
+ const _hoisted_4 = [
21
+ _hoisted_2,
22
+ _hoisted_3
23
+ ];
24
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
25
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
26
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
27
+ viewBox: "0 0 1184 1024",
28
+ xmlns: "http://www.w3.org/2000/svg",
29
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-con-gateway`],
30
+ width: "1em",
31
+ height: "1em"
32
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
33
+ }
34
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
35
+ module.exports = index;
@@ -0,0 +1,73 @@
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: "IconMountDevi13",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "bb"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = {
18
+ fill: "none",
19
+ "fill-rule": "evenodd"
20
+ };
21
+ const _hoisted_2 = ["fill"];
22
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("tspan", {
23
+ x: "3",
24
+ y: "28.02"
25
+ }, "RFID", -1);
26
+ const _hoisted_4 = [
27
+ _hoisted_3
28
+ ];
29
+ const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", {
30
+ d: "M19.1251046,21.6686167 C19.1251046,19.6712724 18.5557895,17.8060031 17.569549,16.2241723 M16.7917712,14.6686167 C14.9215894,12.2895577 12.1311545,10.7797278 9.01399347,10.7797278 M17.569549,16.2241723 L15.9775938,13.86459",
31
+ stroke: "currentColor",
32
+ "stroke-width": "1.167",
33
+ "stroke-linejoin": "round",
34
+ transform: "rotate(-45 10.424 14.714)"
35
+ }, null, -1);
36
+ const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("path", {
37
+ d: "M22.2362157,20.3799523 C22.2362157,17.7829604 21.7498485,15.3231151 20.8810853,13.1259414 C20.5951934,12.4028973 20.2678907,11.7082987 19.9028824,11.046619 L18.3806603,8.66604258 M18.3473268,8.71328562 C15.3233937,5.37734796 10.869488,3.26884117 5.90288236,3.26884117",
38
+ stroke: "currentColor",
39
+ "stroke-width": "1.167",
40
+ "stroke-linecap": "round",
41
+ "stroke-linejoin": "round",
42
+ transform: "rotate(-45 10.424 10.314)"
43
+ }, null, -1);
44
+ const _hoisted_7 = /* @__PURE__ */ vue.createElementVNode("path", {
45
+ d: "M17.6363636,20.6425012 C17.2343881,19.2130166 15.7473298,18.1519352 13.9743461,18.1519352 C12.2697445,18.1519352 10.8294379,19.1327454 10.3636364,20.4787838",
46
+ stroke: "currentColor",
47
+ "stroke-width": "1.5",
48
+ transform: "translate(0 -3.02)"
49
+ }, null, -1);
50
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
51
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
52
+ viewBox: "0 0 28 28",
53
+ xmlns: "http://www.w3.org/2000/svg",
54
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi13`],
55
+ width: "1em",
56
+ height: "1em"
57
+ }, _ctx.$attrs), [
58
+ vue.createElementVNode("g", _hoisted_1, [
59
+ vue.createElementVNode("text", {
60
+ "font-family": "PingFangSC-Medium, PingFang SC",
61
+ "font-size": "10",
62
+ "font-weight": "400",
63
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
64
+ transform: "translate(0 -3.02)"
65
+ }, _hoisted_4, 8, _hoisted_2),
66
+ _hoisted_5,
67
+ _hoisted_6,
68
+ _hoisted_7
69
+ ])
70
+ ], 16);
71
+ }
72
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
73
+ module.exports = index;
@@ -0,0 +1,67 @@
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: "IconMountDevi14",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "bb"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = {
18
+ fill: "none",
19
+ "fill-rule": "evenodd"
20
+ };
21
+ const _hoisted_2 = ["fill"];
22
+ const _hoisted_3 = ["fill"];
23
+ const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", {
24
+ stroke: "currentColor",
25
+ "stroke-width": "1.167",
26
+ "stroke-linejoin": "round",
27
+ d: "M11.787568 -2.1911485e-15L23.575136 6.02777778 23.575136 15.75 11.787568 22.5555556 0 15.75 0 6.02777778z",
28
+ transform: "translate(2.43 3.111)"
29
+ }, null, -1);
30
+ const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", {
31
+ stroke: "currentColor",
32
+ "stroke-width": "1.167",
33
+ "stroke-linecap": "round",
34
+ d: "M11.787568 21.7777778L11.787568 12.8333333 23.5703209 6.52930659",
35
+ transform: "translate(2.43 3.111)"
36
+ }, null, -1);
37
+ const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("path", {
38
+ stroke: "currentColor",
39
+ d: "M2.43 9.629L14.218 16.377"
40
+ }, null, -1);
41
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
42
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
43
+ viewBox: "0 0 28 28",
44
+ xmlns: "http://www.w3.org/2000/svg",
45
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mount-devi14`],
46
+ width: "1em",
47
+ height: "1em"
48
+ }, _ctx.$attrs), [
49
+ vue.createElementVNode("g", _hoisted_1, [
50
+ vue.createElementVNode("path", {
51
+ d: "M15.469128,14.3283226 L16.1252997,14.6599346 C16.649017,14.9246076 16.9792275,15.4614708 16.9792275,16.0482687 L16.9792275,16.5039114 C16.9792275,16.9778897 16.5949921,17.3621251 16.1210138,17.3621251 C15.9833871,17.3621251 15.8477788,17.3290262 15.7256279,17.2656205 L15.0642778,16.9223287 C14.5488557,16.6547849 14.2253789,16.1224159 14.2253789,15.5416926 L14.2253789,15.0933199 C14.2253789,14.6199349 14.6091333,14.2361805 15.0825184,14.2361805 C15.2168275,14.2361805 15.349257,14.2677429 15.469128,14.3283226 Z",
52
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
53
+ transform: "matrix(-1 0 0 1 33.635 3.111)"
54
+ }, null, 8, _hoisted_2),
55
+ vue.createElementVNode("path", {
56
+ d: "M19.5321462,11.8905116 L20.1883179,12.2221236 C20.7120353,12.4867967 21.0422457,13.0236599 21.0422457,13.6104577 L21.0422457,14.0661004 C21.0422457,14.5400788 20.6580103,14.9243141 20.184032,14.9243141 C20.0464053,14.9243141 19.910797,14.8912153 19.7886462,14.8278096 L19.127296,14.4845178 C18.611874,14.216974 18.2883972,13.684605 18.2883972,13.1038816 L18.2883972,12.655509 C18.2883972,12.1821239 18.6721516,11.7983696 19.1455366,11.7983696 C19.2798457,11.7983696 19.4122753,11.829932 19.5321462,11.8905116 Z",
57
+ fill: $props.useCurrentColor ? "currentColor" : "currentColor",
58
+ transform: "matrix(-1 0 0 1 41.76 3.111)"
59
+ }, null, 8, _hoisted_3),
60
+ _hoisted_4,
61
+ _hoisted_5,
62
+ _hoisted_6
63
+ ])
64
+ ], 16);
65
+ }
66
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
67
+ module.exports = index;
package/lib/index.js CHANGED
@@ -75,6 +75,9 @@ var index$17 = require("./IconCameraViewCar/index.js");
75
75
  var index$18 = require("./IconCameraViewExitFullscreen/index.js");
76
76
  var index$19 = require("./IconCameraViewScaleDown/index.js");
77
77
  var index$1a = require("./IconCameraViewScaleUp/index.js");
78
+ var index$1b = require("./IconMountDevi14/index.js");
79
+ var index$1c = require("./IconMountDevi13/index.js");
80
+ var index$1d = require("./IconConGateway/index.js");
78
81
  exports.IconShield = index;
79
82
  exports.IconUser = index$1;
80
83
  exports.IconLock = index$2;
@@ -150,3 +153,6 @@ exports.IconCameraViewCar = index$17;
150
153
  exports.IconCameraViewExitFullscreen = index$18;
151
154
  exports.IconCameraViewScaleDown = index$19;
152
155
  exports.IconCameraViewScaleUp = index$1a;
156
+ exports.IconMountDevi14 = index$1b;
157
+ exports.IconMountDevi13 = index$1c;
158
+ exports.IconConGateway = index$1d;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-bluebee",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg :fill="useCurrentColor ? 'currentColor' : '#000'" viewBox="0 0 1184 1024" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-con-gateway`]" width="1em" height="1em" v-bind="$attrs"><path d="M736.29687473 482.46875c-11.95312527 0-23.203125-3.51562527-31.640625-10.546875-8.4375-7.03124973-13.35937473-16.875-13.35937473-26.71875027 0-49.92187527-48.515625-90.00000027-106.87500027-89.99999946-59.0625 0-106.87500027 40.078125-106.87499946 89.99999946 0 14.06250027-8.4375 26.01562473-23.203125 33.04687527s-30.93750027 7.03124973-45.00000054 0-23.203125-18.984375-23.203125-33.04687527c0-91.40624973 88.59375-164.53125 196.87500054-164.53125s197.57812527 74.53124973 197.57812446 165.23437554c0.70312473 19.68749973-19.68749973 36.56249973-44.296875 36.56249973z"/><path d="M874.8125 445.90625027c-11.95312527 0-23.203125-3.51562527-31.640625-10.546875-8.4375-7.73437527-13.35937473-16.875-13.35937473-26.71875027 0-73.828125-46.40625-141.328125-122.34375-177.89062473-75.9375-36.56249973-169.45312473-36.56249973-245.39062554 0-75.9375 36.56249973-122.34375 104.06249973-122.34375 177.89062473 0 20.39062527-20.39062527 37.26562527-44.99999973 37.26562527-24.60937527 0-44.99999973-16.875-44.99999973-37.26562527 0-100.54687527 63.98437473-193.35937527 168.04687446-243.28124973 103.359375-49.92187527 232.03125-49.92187527 335.390625 0S919.81249973 307.390625 919.81249973 407.93750027c0 21.09375-20.39062527 37.96875-44.99999973 37.96875zM889.578125 579.5h-611.01562527c-23.90624973 0-43.59375027 23.203125-43.59374946 52.03125027v230.62499973c0 28.12499973 19.68749973 52.03125027 43.59374946 52.03125027h611.01562527c23.90624973 0 43.59375027-23.203125 43.59375027-52.03125027V631.53125027c0-28.82812527-19.68749973-52.03125027-43.59375027-52.03125027z m-503.43750027 191.953125c-7.73437527 7.03124973-17.57812473 11.24999973-26.71874946 11.24999973-21.09375 0-38.67187473-17.57812473-38.67187554-38.67187473s17.57812473-38.67187473 38.67187554-38.67187473 38.67187473 17.57812473 38.67187473 38.67187473c-0.70312473 9.84375027-4.92187473 19.68749973-11.95312527 27.421875z m116.71875054 0c-7.73437527 7.03124973-17.57812473 11.24999973-26.71875027 11.24999973-21.79687473 0-38.67187473-17.57812473-38.67187473-38.67187473s17.57812473-38.67187473 38.67187473-38.67187473c21.79687473 0 38.67187473 17.57812473 38.67187473 38.67187473-0.70312473 9.84375027-4.92187473 19.68749973-11.95312446 27.421875z m118.82812473 0c-7.73437527 7.03124973-17.57812473 11.24999973-26.71875027 11.24999973-21.79687473 0-38.67187473-17.57812473-38.67187473-38.67187473s17.57812473-38.67187473 38.67187473-38.67187473c21.79687473 0 38.67187473 17.57812473 38.67187554 38.67187473 0 9.84375027-4.21875 19.68749973-11.95312527 27.421875zM533.09375 501.453125c0 27.421875 22.50000027 49.21874973 50.625 49.21874973s50.625-21.79687473 50.625-49.21874973-22.50000027-49.21874973-50.625-49.21874973c-28.12499973 0.70312473-50.625 22.50000027-50.625 49.21874973z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconConGateway',
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-devi13`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><text font-family="PingFangSC-Medium, PingFang SC" font-size="10" font-weight="400" :fill="useCurrentColor ? 'currentColor' : 'currentColor'" transform="translate(0 -3.02)"><tspan x="3" y="28.02">RFID</tspan></text><path d="M19.1251046,21.6686167 C19.1251046,19.6712724 18.5557895,17.8060031 17.569549,16.2241723 M16.7917712,14.6686167 C14.9215894,12.2895577 12.1311545,10.7797278 9.01399347,10.7797278 M17.569549,16.2241723 L15.9775938,13.86459" stroke="currentColor" stroke-width="1.167" stroke-linejoin="round" transform="rotate(-45 10.424 14.714)"/><path d="M22.2362157,20.3799523 C22.2362157,17.7829604 21.7498485,15.3231151 20.8810853,13.1259414 C20.5951934,12.4028973 20.2678907,11.7082987 19.9028824,11.046619 L18.3806603,8.66604258 M18.3473268,8.71328562 C15.3233937,5.37734796 10.869488,3.26884117 5.90288236,3.26884117" stroke="currentColor" stroke-width="1.167" stroke-linecap="round" stroke-linejoin="round" transform="rotate(-45 10.424 10.314)"/><path d="M17.6363636,20.6425012 C17.2343881,19.2130166 15.7473298,18.1519352 13.9743461,18.1519352 C12.2697445,18.1519352 10.8294379,19.1327454 10.3636364,20.4787838" stroke="currentColor" stroke-width="1.5" transform="translate(0 -3.02)"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconMountDevi13',
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-devi14`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><path d="M15.469128,14.3283226 L16.1252997,14.6599346 C16.649017,14.9246076 16.9792275,15.4614708 16.9792275,16.0482687 L16.9792275,16.5039114 C16.9792275,16.9778897 16.5949921,17.3621251 16.1210138,17.3621251 C15.9833871,17.3621251 15.8477788,17.3290262 15.7256279,17.2656205 L15.0642778,16.9223287 C14.5488557,16.6547849 14.2253789,16.1224159 14.2253789,15.5416926 L14.2253789,15.0933199 C14.2253789,14.6199349 14.6091333,14.2361805 15.0825184,14.2361805 C15.2168275,14.2361805 15.349257,14.2677429 15.469128,14.3283226 Z" :fill="useCurrentColor ? 'currentColor' : 'currentColor'" transform="matrix(-1 0 0 1 33.635 3.111)"/><path d="M19.5321462,11.8905116 L20.1883179,12.2221236 C20.7120353,12.4867967 21.0422457,13.0236599 21.0422457,13.6104577 L21.0422457,14.0661004 C21.0422457,14.5400788 20.6580103,14.9243141 20.184032,14.9243141 C20.0464053,14.9243141 19.910797,14.8912153 19.7886462,14.8278096 L19.127296,14.4845178 C18.611874,14.216974 18.2883972,13.684605 18.2883972,13.1038816 L18.2883972,12.655509 C18.2883972,12.1821239 18.6721516,11.7983696 19.1455366,11.7983696 C19.2798457,11.7983696 19.4122753,11.829932 19.5321462,11.8905116 Z" :fill="useCurrentColor ? 'currentColor' : 'currentColor'" transform="matrix(-1 0 0 1 41.76 3.111)"/><path stroke="currentColor" stroke-width="1.167" stroke-linejoin="round" d="M11.787568 -2.1911485e-15L23.575136 6.02777778 23.575136 15.75 11.787568 22.5555556 0 15.75 0 6.02777778z" transform="translate(2.43 3.111)"/><path stroke="currentColor" stroke-width="1.167" stroke-linecap="round" d="M11.787568 21.7777778L11.787568 12.8333333 23.5703209 6.52930659" transform="translate(2.43 3.111)"/><path stroke="currentColor" d="M2.43 9.629L14.218 16.377"/></g></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconMountDevi14',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'bb',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
package/src/index.js CHANGED
@@ -72,4 +72,7 @@ export { default as IconCameraOpDir8 } from './IconCameraOpDir8/index.vue';
72
72
  export { default as IconCameraViewCar } from './IconCameraViewCar/index.vue';
73
73
  export { default as IconCameraViewExitFullscreen } from './IconCameraViewExitFullscreen/index.vue';
74
74
  export { default as IconCameraViewScaleDown } from './IconCameraViewScaleDown/index.vue';
75
- export { default as IconCameraViewScaleUp } from './IconCameraViewScaleUp/index.vue';
75
+ export { default as IconCameraViewScaleUp } from './IconCameraViewScaleUp/index.vue';
76
+ export { default as IconMountDevi14 } from './IconMountDevi14/index.vue';
77
+ export { default as IconMountDevi13 } from './IconMountDevi13/index.vue';
78
+ export { default as IconConGateway } from './IconConGateway/index.vue';