@arco-iconbox/vue-bluebee 0.0.6 → 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.
- package/dist/icon.js +721 -689
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +42 -38
- package/dist/icon.min.js.map +1 -1
- package/esm/IconConGateway/index.js +34 -0
- package/esm/index.js +1 -0
- package/lib/IconConGateway/index.js +35 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
- package/src/IconConGateway/index.vue +19 -0
- package/src/index.js +2 -1
@@ -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 };
|
package/esm/index.js
CHANGED
@@ -75,3 +75,4 @@ export { default as IconCameraViewScaleDown } from "./IconCameraViewScaleDown/in
|
|
75
75
|
export { default as IconCameraViewScaleUp } from "./IconCameraViewScaleUp/index.js";
|
76
76
|
export { default as IconMountDevi14 } from "./IconMountDevi14/index.js";
|
77
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;
|
package/lib/index.js
CHANGED
@@ -77,6 +77,7 @@ var index$19 = require("./IconCameraViewScaleDown/index.js");
|
|
77
77
|
var index$1a = require("./IconCameraViewScaleUp/index.js");
|
78
78
|
var index$1b = require("./IconMountDevi14/index.js");
|
79
79
|
var index$1c = require("./IconMountDevi13/index.js");
|
80
|
+
var index$1d = require("./IconConGateway/index.js");
|
80
81
|
exports.IconShield = index;
|
81
82
|
exports.IconUser = index$1;
|
82
83
|
exports.IconLock = index$2;
|
@@ -154,3 +155,4 @@ exports.IconCameraViewScaleDown = index$19;
|
|
154
155
|
exports.IconCameraViewScaleUp = index$1a;
|
155
156
|
exports.IconMountDevi14 = index$1b;
|
156
157
|
exports.IconMountDevi13 = index$1c;
|
158
|
+
exports.IconConGateway = index$1d;
|
package/package.json
CHANGED
@@ -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>
|
package/src/index.js
CHANGED
@@ -74,4 +74,5 @@ export { default as IconCameraViewExitFullscreen } from './IconCameraViewExitFul
|
|
74
74
|
export { default as IconCameraViewScaleDown } from './IconCameraViewScaleDown/index.vue';
|
75
75
|
export { default as IconCameraViewScaleUp } from './IconCameraViewScaleUp/index.vue';
|
76
76
|
export { default as IconMountDevi14 } from './IconMountDevi14/index.vue';
|
77
|
-
export { default as IconMountDevi13 } from './IconMountDevi13/index.vue';
|
77
|
+
export { default as IconMountDevi13 } from './IconMountDevi13/index.vue';
|
78
|
+
export { default as IconConGateway } from './IconConGateway/index.vue';
|