@arco-iconbox/vue-bluebee 0.0.7 → 0.0.8
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 +497 -467
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +5 -1
- package/dist/icon.min.js.map +1 -1
- package/esm/IconUnbind/index.js +32 -0
- package/esm/index.js +1 -0
- package/lib/IconUnbind/index.js +33 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
- package/src/IconUnbind/index.vue +19 -0
- package/src/index.js +2 -1
@@ -0,0 +1,32 @@
|
|
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: "IconUnbind",
|
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 1024 1024",
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
21
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-unbind`],
|
22
|
+
width: "1em",
|
23
|
+
height: "1em"
|
24
|
+
}, _ctx.$attrs), [
|
25
|
+
createElementVNode("path", {
|
26
|
+
d: "M876.544 178.176c-61.952-68.608-167.424-74.24-236.032-12.288L444.928 342.016c-12.288 10.752-13.312 29.696-2.56 41.472 10.752 12.288 29.696 13.312 41.984 2.048L679.936 209.92c44.544-39.936 112.64-36.352 152.576 8.192 18.944 21.504 29.184 49.152 27.648 77.824-1.536 28.672-14.336 55.808-35.84 74.752l-195.584 176.128c-12.288 10.752-13.312 29.696-2.56 41.472 5.12 6.144 12.8 9.728 20.992 9.728 7.68 0.512 15.36-2.048 21.504-7.68l196.096-176.64c68.096-61.44 73.728-166.912 11.776-235.52zM158.208 845.312c62.976 67.584 168.96 71.168 236.544 8.192l193.024-179.712c11.776-11.264 12.8-29.696 1.536-41.472s-29.696-12.8-41.472-1.536h-0.512l-193.024 179.712c-43.52 40.448-112.128 37.888-152.576-5.632-19.456-20.992-29.696-48.64-28.672-77.312 1.024-28.672 13.312-55.808 34.304-75.264L399.36 472.576c11.776-11.264 12.8-29.696 1.536-41.472-5.632-6.144-12.8-9.216-20.992-9.728-7.68-0.512-15.36 2.56-21.504 7.68L166.4 609.28c-67.584 62.976-71.168 168.448-8.192 236.032zM385.536 313.344c16.384 0 29.696-13.312 29.696-29.184V165.888c0-16.384-13.312-29.696-29.184-29.696-16.384 0-29.696 13.312-29.696 29.184v118.272c0 16.384 12.8 29.696 29.184 29.696z m380.928 390.656c-4.608-4.608-10.752-7.168-17.408-7.168-13.312 0-24.576 10.752-24.576 24.064 0 6.656 2.56 12.8 7.168 17.408l69.12 69.12c9.216 9.728 25.088 9.728 34.304 0 9.728-9.728 9.728-25.088 0-34.304l-68.608-69.12z m106.496-125.44h-118.272c-7.68 0-15.36 3.072-20.992 8.704-11.776 11.264-11.776 30.208-0.512 41.472 5.632 5.632 13.312 8.704 20.992 8.704h118.272c16.384 0 29.696-13.312 29.696-29.696 0-15.872-12.8-28.672-29.184-29.184z m-237.056 118.272c-16.384 0-29.696 13.312-29.696 29.184v118.272c0 16.384 13.312 29.696 29.696 29.696 16.384 0 29.696-13.312 29.696-29.184v-118.272c0-16.384-13.312-29.696-29.696-29.696zM254.976 306.176c5.12 4.608 10.752 7.168 17.408 7.168 13.312 0 24.576-10.752 24.576-24.064 0-6.656-2.56-12.8-7.168-17.408L220.16 202.24c-9.216-9.728-25.088-9.728-34.304 0-9.728 9.728-9.728 25.088 0 34.304l69.12 69.632zM148.992 431.616h118.784c7.68 0 15.36-3.072 20.992-8.704 11.776-11.264 11.776-30.208 0-41.472-5.632-5.632-13.312-8.704-20.992-8.704H149.504c-16.384 0-29.696 13.312-29.696 29.184-0.512 16.384 12.288 29.696 29.184 29.696-0.512 0-0.512 0 0 0z",
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000"
|
28
|
+
}, null, 8, _hoisted_1)
|
29
|
+
], 16);
|
30
|
+
}
|
31
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
32
|
+
export { index as default };
|
package/esm/index.js
CHANGED
@@ -76,3 +76,4 @@ export { default as IconCameraViewScaleUp } from "./IconCameraViewScaleUp/index.
|
|
76
76
|
export { default as IconMountDevi14 } from "./IconMountDevi14/index.js";
|
77
77
|
export { default as IconMountDevi13 } from "./IconMountDevi13/index.js";
|
78
78
|
export { default as IconConGateway } from "./IconConGateway/index.js";
|
79
|
+
export { default as IconUnbind } from "./IconUnbind/index.js";
|
@@ -0,0 +1,33 @@
|
|
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: "IconUnbind",
|
6
|
+
props: {
|
7
|
+
prefix: {
|
8
|
+
type: String,
|
9
|
+
default: "bb"
|
10
|
+
},
|
11
|
+
useCurrentColor: {
|
12
|
+
type: Boolean,
|
13
|
+
default: true
|
14
|
+
}
|
15
|
+
}
|
16
|
+
};
|
17
|
+
const _hoisted_1 = ["fill"];
|
18
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
19
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
20
|
+
viewBox: "0 0 1024 1024",
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-unbind`],
|
23
|
+
width: "1em",
|
24
|
+
height: "1em"
|
25
|
+
}, _ctx.$attrs), [
|
26
|
+
vue.createElementVNode("path", {
|
27
|
+
d: "M876.544 178.176c-61.952-68.608-167.424-74.24-236.032-12.288L444.928 342.016c-12.288 10.752-13.312 29.696-2.56 41.472 10.752 12.288 29.696 13.312 41.984 2.048L679.936 209.92c44.544-39.936 112.64-36.352 152.576 8.192 18.944 21.504 29.184 49.152 27.648 77.824-1.536 28.672-14.336 55.808-35.84 74.752l-195.584 176.128c-12.288 10.752-13.312 29.696-2.56 41.472 5.12 6.144 12.8 9.728 20.992 9.728 7.68 0.512 15.36-2.048 21.504-7.68l196.096-176.64c68.096-61.44 73.728-166.912 11.776-235.52zM158.208 845.312c62.976 67.584 168.96 71.168 236.544 8.192l193.024-179.712c11.776-11.264 12.8-29.696 1.536-41.472s-29.696-12.8-41.472-1.536h-0.512l-193.024 179.712c-43.52 40.448-112.128 37.888-152.576-5.632-19.456-20.992-29.696-48.64-28.672-77.312 1.024-28.672 13.312-55.808 34.304-75.264L399.36 472.576c11.776-11.264 12.8-29.696 1.536-41.472-5.632-6.144-12.8-9.216-20.992-9.728-7.68-0.512-15.36 2.56-21.504 7.68L166.4 609.28c-67.584 62.976-71.168 168.448-8.192 236.032zM385.536 313.344c16.384 0 29.696-13.312 29.696-29.184V165.888c0-16.384-13.312-29.696-29.184-29.696-16.384 0-29.696 13.312-29.696 29.184v118.272c0 16.384 12.8 29.696 29.184 29.696z m380.928 390.656c-4.608-4.608-10.752-7.168-17.408-7.168-13.312 0-24.576 10.752-24.576 24.064 0 6.656 2.56 12.8 7.168 17.408l69.12 69.12c9.216 9.728 25.088 9.728 34.304 0 9.728-9.728 9.728-25.088 0-34.304l-68.608-69.12z m106.496-125.44h-118.272c-7.68 0-15.36 3.072-20.992 8.704-11.776 11.264-11.776 30.208-0.512 41.472 5.632 5.632 13.312 8.704 20.992 8.704h118.272c16.384 0 29.696-13.312 29.696-29.696 0-15.872-12.8-28.672-29.184-29.184z m-237.056 118.272c-16.384 0-29.696 13.312-29.696 29.184v118.272c0 16.384 13.312 29.696 29.696 29.696 16.384 0 29.696-13.312 29.696-29.184v-118.272c0-16.384-13.312-29.696-29.696-29.696zM254.976 306.176c5.12 4.608 10.752 7.168 17.408 7.168 13.312 0 24.576-10.752 24.576-24.064 0-6.656-2.56-12.8-7.168-17.408L220.16 202.24c-9.216-9.728-25.088-9.728-34.304 0-9.728 9.728-9.728 25.088 0 34.304l69.12 69.632zM148.992 431.616h118.784c7.68 0 15.36-3.072 20.992-8.704 11.776-11.264 11.776-30.208 0-41.472-5.632-5.632-13.312-8.704-20.992-8.704H149.504c-16.384 0-29.696 13.312-29.696 29.184-0.512 16.384 12.288 29.696 29.184 29.696-0.512 0-0.512 0 0 0z",
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000"
|
29
|
+
}, null, 8, _hoisted_1)
|
30
|
+
], 16);
|
31
|
+
}
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
33
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
@@ -78,6 +78,7 @@ 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
80
|
var index$1d = require("./IconConGateway/index.js");
|
81
|
+
var index$1e = require("./IconUnbind/index.js");
|
81
82
|
exports.IconShield = index;
|
82
83
|
exports.IconUser = index$1;
|
83
84
|
exports.IconLock = index$2;
|
@@ -156,3 +157,4 @@ exports.IconCameraViewScaleUp = index$1a;
|
|
156
157
|
exports.IconMountDevi14 = index$1b;
|
157
158
|
exports.IconMountDevi13 = index$1c;
|
158
159
|
exports.IconConGateway = index$1d;
|
160
|
+
exports.IconUnbind = index$1e;
|
package/package.json
CHANGED
@@ -0,0 +1,19 @@
|
|
1
|
+
<template>
|
2
|
+
<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-unbind`]" width="1em" height="1em" v-bind="$attrs"><path d="M876.544 178.176c-61.952-68.608-167.424-74.24-236.032-12.288L444.928 342.016c-12.288 10.752-13.312 29.696-2.56 41.472 10.752 12.288 29.696 13.312 41.984 2.048L679.936 209.92c44.544-39.936 112.64-36.352 152.576 8.192 18.944 21.504 29.184 49.152 27.648 77.824-1.536 28.672-14.336 55.808-35.84 74.752l-195.584 176.128c-12.288 10.752-13.312 29.696-2.56 41.472 5.12 6.144 12.8 9.728 20.992 9.728 7.68 0.512 15.36-2.048 21.504-7.68l196.096-176.64c68.096-61.44 73.728-166.912 11.776-235.52zM158.208 845.312c62.976 67.584 168.96 71.168 236.544 8.192l193.024-179.712c11.776-11.264 12.8-29.696 1.536-41.472s-29.696-12.8-41.472-1.536h-0.512l-193.024 179.712c-43.52 40.448-112.128 37.888-152.576-5.632-19.456-20.992-29.696-48.64-28.672-77.312 1.024-28.672 13.312-55.808 34.304-75.264L399.36 472.576c11.776-11.264 12.8-29.696 1.536-41.472-5.632-6.144-12.8-9.216-20.992-9.728-7.68-0.512-15.36 2.56-21.504 7.68L166.4 609.28c-67.584 62.976-71.168 168.448-8.192 236.032zM385.536 313.344c16.384 0 29.696-13.312 29.696-29.184V165.888c0-16.384-13.312-29.696-29.184-29.696-16.384 0-29.696 13.312-29.696 29.184v118.272c0 16.384 12.8 29.696 29.184 29.696z m380.928 390.656c-4.608-4.608-10.752-7.168-17.408-7.168-13.312 0-24.576 10.752-24.576 24.064 0 6.656 2.56 12.8 7.168 17.408l69.12 69.12c9.216 9.728 25.088 9.728 34.304 0 9.728-9.728 9.728-25.088 0-34.304l-68.608-69.12z m106.496-125.44h-118.272c-7.68 0-15.36 3.072-20.992 8.704-11.776 11.264-11.776 30.208-0.512 41.472 5.632 5.632 13.312 8.704 20.992 8.704h118.272c16.384 0 29.696-13.312 29.696-29.696 0-15.872-12.8-28.672-29.184-29.184z m-237.056 118.272c-16.384 0-29.696 13.312-29.696 29.184v118.272c0 16.384 13.312 29.696 29.696 29.696 16.384 0 29.696-13.312 29.696-29.184v-118.272c0-16.384-13.312-29.696-29.696-29.696zM254.976 306.176c5.12 4.608 10.752 7.168 17.408 7.168 13.312 0 24.576-10.752 24.576-24.064 0-6.656-2.56-12.8-7.168-17.408L220.16 202.24c-9.216-9.728-25.088-9.728-34.304 0-9.728 9.728-9.728 25.088 0 34.304l69.12 69.632zM148.992 431.616h118.784c7.68 0 15.36-3.072 20.992-8.704 11.776-11.264 11.776-30.208 0-41.472-5.632-5.632-13.312-8.704-20.992-8.704H149.504c-16.384 0-29.696 13.312-29.696 29.184-0.512 16.384 12.288 29.696 29.184 29.696-0.512 0-0.512 0 0 0z" :fill="useCurrentColor ? 'currentColor' : '#000'"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconUnbind',
|
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
@@ -75,4 +75,5 @@ export { default as IconCameraViewScaleDown } from './IconCameraViewScaleDown/in
|
|
75
75
|
export { default as IconCameraViewScaleUp } from './IconCameraViewScaleUp/index.vue';
|
76
76
|
export { default as IconMountDevi14 } from './IconMountDevi14/index.vue';
|
77
77
|
export { default as IconMountDevi13 } from './IconMountDevi13/index.vue';
|
78
|
-
export { default as IconConGateway } from './IconConGateway/index.vue';
|
78
|
+
export { default as IconConGateway } from './IconConGateway/index.vue';
|
79
|
+
export { default as IconUnbind } from './IconUnbind/index.vue';
|