@arco-iconbox/vue-bluebee 0.0.4 → 0.0.6
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 +1243 -651
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +249 -185
- package/dist/icon.min.js.map +1 -1
- package/esm/IconCameraOpDir1/index.js +34 -0
- package/esm/IconCameraOpDir2/index.js +34 -0
- package/esm/IconCameraOpDir3/index.js +34 -0
- package/esm/IconCameraOpDir4/index.js +33 -0
- package/esm/IconCameraOpDir5/index.js +34 -0
- package/esm/IconCameraOpDir6/index.js +34 -0
- package/esm/IconCameraOpDir7/index.js +34 -0
- package/esm/IconCameraOpDir8/index.js +34 -0
- package/esm/IconCameraViewCar/index.js +33 -0
- package/esm/IconCameraViewExitFullscreen/index.js +33 -0
- package/esm/IconCameraViewFullscreen/index.js +33 -0
- package/esm/IconCameraViewPerson/index.js +42 -0
- package/esm/IconCameraViewScaleDown/index.js +33 -0
- package/esm/IconCameraViewScaleUp/index.js +41 -0
- package/esm/IconMountDevi13/index.js +72 -0
- package/esm/IconMountDevi14/index.js +66 -0
- package/esm/index.js +16 -0
- package/lib/IconCameraOpDir1/index.js +35 -0
- package/lib/IconCameraOpDir2/index.js +35 -0
- package/lib/IconCameraOpDir3/index.js +35 -0
- package/lib/IconCameraOpDir4/index.js +34 -0
- package/lib/IconCameraOpDir5/index.js +35 -0
- package/lib/IconCameraOpDir6/index.js +35 -0
- package/lib/IconCameraOpDir7/index.js +35 -0
- package/lib/IconCameraOpDir8/index.js +35 -0
- package/lib/IconCameraViewCar/index.js +34 -0
- package/lib/IconCameraViewExitFullscreen/index.js +34 -0
- package/lib/IconCameraViewFullscreen/index.js +34 -0
- package/lib/IconCameraViewPerson/index.js +43 -0
- package/lib/IconCameraViewScaleDown/index.js +34 -0
- package/lib/IconCameraViewScaleUp/index.js +42 -0
- package/lib/IconMountDevi13/index.js +73 -0
- package/lib/IconMountDevi14/index.js +67 -0
- package/lib/index.js +32 -0
- package/package.json +1 -1
- package/src/IconCameraOpDir1/index.vue +19 -0
- package/src/IconCameraOpDir2/index.vue +19 -0
- package/src/IconCameraOpDir3/index.vue +19 -0
- package/src/IconCameraOpDir4/index.vue +19 -0
- package/src/IconCameraOpDir5/index.vue +19 -0
- package/src/IconCameraOpDir6/index.vue +19 -0
- package/src/IconCameraOpDir7/index.vue +19 -0
- package/src/IconCameraOpDir8/index.vue +19 -0
- package/src/IconCameraViewCar/index.vue +19 -0
- package/src/IconCameraViewExitFullscreen/index.vue +19 -0
- package/src/IconCameraViewFullscreen/index.vue +19 -0
- package/src/IconCameraViewPerson/index.vue +19 -0
- package/src/IconCameraViewScaleDown/index.vue +19 -0
- package/src/IconCameraViewScaleUp/index.vue +19 -0
- package/src/IconMountDevi13/index.vue +19 -0
- package/src/IconMountDevi14/index.vue +19 -0
- package/src/index.js +17 -1
@@ -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
@@ -61,6 +61,22 @@ var index$V = require("./IconVoice/index.js");
|
|
61
61
|
var index$W = require("./IconVPlay/index.js");
|
62
62
|
var index$X = require("./IconAdd/index.js");
|
63
63
|
var index$Y = require("./IconMountDevi3/index.js");
|
64
|
+
var index$Z = require("./IconCameraOpDir1/index.js");
|
65
|
+
var index$_ = require("./IconCameraOpDir2/index.js");
|
66
|
+
var index$$ = require("./IconCameraOpDir3/index.js");
|
67
|
+
var index$10 = require("./IconCameraOpDir5/index.js");
|
68
|
+
var index$11 = require("./IconCameraOpDir4/index.js");
|
69
|
+
var index$12 = require("./IconCameraViewFullscreen/index.js");
|
70
|
+
var index$13 = require("./IconCameraOpDir6/index.js");
|
71
|
+
var index$14 = require("./IconCameraOpDir7/index.js");
|
72
|
+
var index$15 = require("./IconCameraViewPerson/index.js");
|
73
|
+
var index$16 = require("./IconCameraOpDir8/index.js");
|
74
|
+
var index$17 = require("./IconCameraViewCar/index.js");
|
75
|
+
var index$18 = require("./IconCameraViewExitFullscreen/index.js");
|
76
|
+
var index$19 = require("./IconCameraViewScaleDown/index.js");
|
77
|
+
var index$1a = require("./IconCameraViewScaleUp/index.js");
|
78
|
+
var index$1b = require("./IconMountDevi14/index.js");
|
79
|
+
var index$1c = require("./IconMountDevi13/index.js");
|
64
80
|
exports.IconShield = index;
|
65
81
|
exports.IconUser = index$1;
|
66
82
|
exports.IconLock = index$2;
|
@@ -122,3 +138,19 @@ exports.IconVoice = index$V;
|
|
122
138
|
exports.IconVPlay = index$W;
|
123
139
|
exports.IconAdd = index$X;
|
124
140
|
exports.IconMountDevi3 = index$Y;
|
141
|
+
exports.IconCameraOpDir1 = index$Z;
|
142
|
+
exports.IconCameraOpDir2 = index$_;
|
143
|
+
exports.IconCameraOpDir3 = index$$;
|
144
|
+
exports.IconCameraOpDir5 = index$10;
|
145
|
+
exports.IconCameraOpDir4 = index$11;
|
146
|
+
exports.IconCameraViewFullscreen = index$12;
|
147
|
+
exports.IconCameraOpDir6 = index$13;
|
148
|
+
exports.IconCameraOpDir7 = index$14;
|
149
|
+
exports.IconCameraViewPerson = index$15;
|
150
|
+
exports.IconCameraOpDir8 = index$16;
|
151
|
+
exports.IconCameraViewCar = index$17;
|
152
|
+
exports.IconCameraViewExitFullscreen = index$18;
|
153
|
+
exports.IconCameraViewScaleDown = index$19;
|
154
|
+
exports.IconCameraViewScaleUp = index$1a;
|
155
|
+
exports.IconMountDevi14 = index$1b;
|
156
|
+
exports.IconMountDevi13 = index$1c;
|
package/package.json
CHANGED
@@ -0,0 +1,19 @@
|
|
1
|
+
<template>
|
2
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-op-dir1`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : 'currentColor'" transform="scale(1 -1) rotate(45 41.695 -.724)" d="M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraOpDir1',
|
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 24 24" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-op-dir2`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : 'currentColor'" d="M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z" transform="matrix(1 0 0 -1 0 24)" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraOpDir2',
|
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 24 24" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-op-dir3`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : 'currentColor'" transform="rotate(-45 12 13.024)" d="M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraOpDir3',
|
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 24 24" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-op-dir4`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : 'currentColor'" d="M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraOpDir4',
|
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 24 24" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-op-dir5`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : 'currentColor'" transform="rotate(45 12.724 11.276)" d="M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraOpDir5',
|
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 24 24" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-op-dir6`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : 'currentColor'" d="M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z" transform="matrix(-1 0 0 1 24 0)" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraOpDir6',
|
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 24 24" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-op-dir7`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : 'currentColor'" transform="scale(-1 1) rotate(-45 0 41.995)" d="M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraOpDir7',
|
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 24 24" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-op-dir8`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : 'currentColor'" d="M16.6000078 15.1999922L16.6000078 10.6000078 18.6 10.6000078 18.6 18.6 10.6000078 18.6 10.6000078 16.6000078 15.1999922 16.6000078 6 7.39999219 7.39999219 6z" transform="rotate(180 12 12)" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraOpDir8',
|
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 32 32" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-view-car`]" width="1em" height="1em" v-bind="$attrs"><path d="M28,10.8 C27.9048125,10.8 27.814375,10.7911875 27.7224063,10.7864063 L29.6,13.2 L29.6,24.4 C29.6,25.284 28.884,26 28,26 L24.8,26 C23.916,26 23.2,25.284 23.2,24.4 L23.2,22 L8.8,22 L8.8,24.4 C8.8,25.284 8.084,26 7.2,26 L4,26 C3.116,26 2.4,25.284 2.4,24.4 L2.4,13.2 L4.56640625,10.7624062 C4.384,10.7848125 4.196,10.8 4,10.8 C2.674375,10.8 1.6,10.2624062 1.6,9.6 C1.6,8.93759375 2.674375,8.4 4,8.4 C4.91359375,8.4 5.69759375,8.65840625 6.1031875,9.03359375 L8.8,6 L24,6 L26.192,8.81840625 C26.632,8.564 27.2744063,8.4 28,8.4 C29.325625,8.4 30.4,8.93759375 30.4,9.6 C30.4,10.2624062 29.325625,10.8 28,10.8 Z M4.8,14.8 C4.8,15.684 6.05359375,16.4 7.6,16.4 C9.14640625,16.4 10.4,15.684 10.4,14.8 C10.4,13.916 9.14640625,13.2 7.6,13.2 C6.05359375,13.2 4.8,13.916 4.8,14.8 L4.8,14.8 Z M22.656,7.6 L10.144,7.6 L7.2,11.6 L25.6,11.6 L22.656,7.6 L22.656,7.6 Z M24.4,13.2 C22.8535937,13.2 21.6,13.916 21.6,14.8 C21.6,15.684 22.8535937,16.4 24.4,16.4 C25.9464062,16.4 27.2,15.684 27.2,14.8 C27.2,13.916 25.9464062,13.2 24.4,13.2 Z" :fill="useCurrentColor ? 'currentColor' : 'currentColor'" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraViewCar',
|
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 32 32" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-view-exit-fullscreen`]" width="1em" height="1em" v-bind="$attrs"><path d="M23.414,22 L27,22 C27.5522847,22 28,21.5522847 28,21 C28,20.4477153 27.5522847,20 27,20 L21,20 C20.4477153,20 20,20.4477153 20,21 L20,27 C20,27.5522847 20.4477153,28 21,28 C21.5522847,28 22,27.5522847 22,27 L22,23.414 L26.2925,27.7065 C26.5436667,27.9663663 26.9155062,28.0704896 27.2651024,27.9788504 C27.6146985,27.8872111 27.8876461,27.6140703 27.9790381,27.2644095 C28.0704301,26.9147487 27.9660438,26.5429829 27.706,26.292 L23.414,22 Z M10,23.414 L10,27 C10,27.5522847 10.4477153,28 11,28 C11.5522847,28 12,27.5522847 12,27 L12,21 C12,20.4477153 11.5522847,20 11,20 L5,20 C4.44771525,20 4,20.4477153 4,21 C4,21.5522847 4.44771525,22 5,22 L8.586,22 L4.2935,26.2925 C4.03363373,26.5436667 3.92951037,26.9155062 4.02114964,27.2651024 C4.1127889,27.6146985 4.38592967,27.8876461 4.7355905,27.9790381 C5.08525133,28.0704301 5.45701713,27.9660438 5.708,27.706 L10,23.414 Z M23.414,10 L27,10 C27.5522847,10 28,10.4477153 28,11 C28,11.5522847 27.5522847,12 27,12 L21,12 C20.4477153,12 20,11.5522847 20,11 L20,5 C20,4.44771525 20.4477153,4 21,4 C21.5522847,4 22,4.44771525 22,5 L22,8.586 L26.2925,4.2935 C26.5436667,4.03363373 26.9155062,3.92951037 27.2651024,4.02114964 C27.6146985,4.1127889 27.8876461,4.38592967 27.9790381,4.7355905 C28.0704301,5.08525133 27.9660438,5.45701713 27.706,5.708 L23.414,10 Z M10,8.586 L10,5 C10,4.44771525 10.4477153,4 11,4 C11.5522847,4 12,4.44771525 12,5 L12,11 C12,11.5522847 11.5522847,12 11,12 L5,12 C4.44771525,12 4,11.5522847 4,11 C4,10.4477153 4.44771525,10 5,10 L8.586,10 L4.2935,5.7075 C4.03363373,5.45633328 3.92951037,5.08449376 4.02114964,4.73489765 C4.1127889,4.38530154 4.38592967,4.11235387 4.7355905,4.02096187 C5.08525133,3.92956986 5.45701713,4.03395617 5.708,4.294 L10,8.586 Z" :fill="useCurrentColor ? 'currentColor' : 'currentColor'" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraViewExitFullscreen',
|
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 32 32" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-view-fullscreen`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.414,6 L11,6 C11.5522847,6 12,5.55228475 12,5 C12,4.44771525 11.5522847,4 11,4 L5,4 C4.44771525,4 4,4.44771525 4,5 L4,11 C4,11.5522847 4.44771525,12 5,12 C5.55228475,12 6,11.5522847 6,11 L6,7.414 L10.2925,11.7065 C10.5436667,11.9663663 10.9155062,12.0704896 11.2651024,11.9788504 C11.6146985,11.8872111 11.8876461,11.6140703 11.9790381,11.2644095 C12.0704301,10.9147487 11.9660438,10.5429829 11.706,10.292 L7.414,6 Z M26,7.414 L26,11 C26,11.5522847 26.4477153,12 27,12 C27.5522847,12 28,11.5522847 28,11 L28,5 C28,4.44771525 27.5522847,4 27,4 L21,4 C20.4477153,4 20,4.44771525 20,5 C20,5.55228475 20.4477153,6 21,6 L24.586,6 L20.2935,10.2925 C20.0336337,10.5436667 19.9295104,10.9155062 20.0211496,11.2651024 C20.1127889,11.6146985 20.3859297,11.8876461 20.7355905,11.9790381 C21.0852513,12.0704301 21.4570171,11.9660438 21.708,11.706 L26,7.414 Z M7.414,26 L11,26 C11.5522847,26 12,26.4477153 12,27 C12,27.5522847 11.5522847,28 11,28 L5,28 C4.44771525,28 4,27.5522847 4,27 L4,21 C4,20.4477153 4.44771525,20 5,20 C5.55228475,20 6,20.4477153 6,21 L6,24.586 L10.2925,20.2935 C10.5436667,20.0336337 10.9155062,19.9295104 11.2651024,20.0211496 C11.6146985,20.1127889 11.8876461,20.3859297 11.9790381,20.7355905 C12.0704301,21.0852513 11.9660438,21.4570171 11.706,21.708 L7.414,26 Z M26,24.586 L26,21 C26,20.4477153 26.4477153,20 27,20 C27.5522847,20 28,20.4477153 28,21 L28,27 C28,27.5522847 27.5522847,28 27,28 L21,28 C20.4477153,28 20,27.5522847 20,27 C20,26.4477153 20.4477153,26 21,26 L24.586,26 L20.2935,21.7075 C20.0336337,21.4563333 19.9295104,21.0844938 20.0211496,20.7348976 C20.1127889,20.3853015 20.3859297,20.1123539 20.7355905,20.0209619 C21.0852513,19.9295699 21.4570171,20.0339562 21.708,20.294 L26,24.586 Z" :fill="useCurrentColor ? 'currentColor' : 'currentColor'" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraViewFullscreen',
|
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 32 32" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-view-person`]" width="1em" height="1em" v-bind="$attrs"><g :fill="useCurrentColor ? 'currentColor' : 'currentColor'" fill-rule="nonzero"><path d="M11.896875,6.796875 C11.784375,6.91875 11.678125,7.04375 11.575,7.171875 L11.5,7.275 C11.409375,7.39375 11.325,7.51875 11.246875,7.64375 C11.21875,7.6875 11.190625,7.734375 11.165625,7.778125 C11.09375,7.896875 11.028125,8.021875 10.965625,8.146875 C10.9375,8.203125 10.9125,8.25625 10.8875,8.3125 C10.83125,8.434375 10.784375,8.55625 10.7375,8.68125 C10.715625,8.74375 10.690625,8.80625 10.66875,8.86875 C10.628125,8.99375 10.59375,9.121875 10.559375,9.25 C10.54375,9.315625 10.521875,9.38125 10.509375,9.446875 C10.48125,9.584375 10.459375,9.721875 10.440625,9.8625 C10.43125,9.925 10.41875,9.984375 10.4125,10.04375 C10.390625,10.24375 10.378125,10.45 10.378125,10.65625 C10.378125,10.91875 10.403125,11.178125 10.4375,11.43125 C10.446875,11.49375 10.45625,11.553125 10.465625,11.615625 C10.509375,11.865625 10.5625,12.1125 10.6375,12.35 C10.6375,12.353125 10.640625,12.359375 10.640625,12.3625 C10.715625,12.6 10.809375,12.825 10.9125,13.046875 C10.9375,13.096875 10.959375,13.146875 10.984375,13.196875 C11.096875,13.41875 11.21875,13.6375 11.359375,13.840625 L11.3625,13.84375 C11.503125,14.05 11.659375,14.240625 11.825,14.425 L11.91875,14.528125 C12.2625,14.896875 12.65625,15.215625 13.090625,15.48125 C13.125,15.503125 13.159375,15.525 13.19375,15.54375 C13.415625,15.675 13.646875,15.79375 13.8875,15.890625 C14.553125,16.165625 15.284375,16.31875 16.05,16.31875 C16.815625,16.31875 17.54375,16.165625 18.209375,15.890625 C18.45,15.790625 18.68125,15.671875 18.90625,15.540625 C18.940625,15.521875 18.971875,15.5 19.00625,15.48125 C19.440625,15.215625 19.834375,14.89375 20.18125,14.525 C20.2125,14.490625 20.24375,14.459375 20.271875,14.425 C20.4375,14.240625 20.59375,14.046875 20.734375,13.840625 L20.7375,13.8375 C20.878125,13.63125 21,13.415625 21.1125,13.190625 C21.1375,13.140625 21.159375,13.090625 21.184375,13.040625 C21.2875,12.81875 21.38125,12.59375 21.45625,12.35625 C21.459375,12.35 21.459375,12.346875 21.4625,12.340625 C21.5375,12.103125 21.590625,11.85625 21.634375,11.60625 C21.64375,11.54375 21.653125,11.484375 21.6625,11.421875 C21.696875,11.16875 21.721875,10.909375 21.721875,10.646875 C21.721875,10.440625 21.709375,10.234375 21.6875,10.034375 C21.68125,9.971875 21.66875,9.9125 21.659375,9.85 C21.640625,9.7125 21.61875,9.571875 21.590625,9.4375 C21.575,9.36875 21.55625,9.30625 21.540625,9.2375 C21.509375,9.109375 21.475,8.984375 21.43125,8.859375 C21.409375,8.796875 21.384375,8.734375 21.3625,8.671875 C21.315625,8.546875 21.265625,8.425 21.2125,8.303125 C21.1875,8.246875 21.159375,8.19375 21.13125,8.1375 C21.06875,8.0125 21.003125,7.890625 20.934375,7.771875 C20.90625,7.725 20.88125,7.68125 20.853125,7.6375 C20.771875,7.509375 20.6875,7.3875 20.6,7.26875 C20.575,7.234375 20.55,7.2 20.525,7.16875 C20.421875,7.0375 20.315625,6.9125 20.203125,6.790625 C20.184375,6.771875 20.16875,6.75 20.15,6.73125 C20.015625,6.590625 19.878125,6.459375 19.73125,6.334375 C18.740625,5.490625 17.459375,4.978125 16.059375,4.978125 C14.65625,4.978125 13.375,5.490625 12.3875,6.334375 C12.240625,6.459375 12.103125,6.590625 11.96875,6.73125 C11.93125,6.75625 11.915625,6.778125 11.896875,6.796875 L11.896875,6.796875 Z"/><path d="M20.003125,16.259375 C20.01875,16.259375 20.034375,16.2625 20.05,16.2625 C22.796875,16.2625 25.021875,14.0375 25.021875,11.290625 C25.021875,9.075 23.5625,7.21875 21.559375,6.578125 C22.40625,7.71875 22.9125,9.128125 22.9125,10.65625 C22.9125,12.96875 21.7625,15.0125 20.003125,16.259375 Z M12.028125,16.2625 C12.046875,16.2625 12.065625,16.259375 12.084375,16.259375 C10.328125,15.0125 9.175,12.96875 9.175,10.65625 C9.175,9.128125 9.684375,7.71875 10.53125,6.575 C8.521875,7.2125 7.05937172,9.071875 7.05937172,11.290625 C7.05625,14.0375 9.284375,16.2625 12.028125,16.2625 L12.028125,16.2625 Z M8.859375,17.534375 C5.671875,17.878125 3.1875,20.575 3.1875,23.85625 L3.1875,24.85 C3.1875,25.109375 3.396875,25.31875 3.65625,25.31875 L4.7625,25.31875 L4.7625,24.4875 C4.759375,21.5 6.41875,18.89375 8.859375,17.534375 Z"/><path d="M19.3125,17.73125 L12.71875,17.73125 C8.9875,17.73125 5.9625,20.75625 5.9625,24.4875 L5.9625,26.15625 C5.9625,26.43125 6.184375,26.653125 6.459375,26.653125 L25.571875,26.653125 C25.846875,26.653125 26.06875,26.43125 26.06875,26.15625 L26.06875,24.4875 C26.06875,20.75625 23.04375,17.73125 19.3125,17.73125 L19.3125,17.73125 Z"/><path d="M23.16875,17.534375 C25.609375,18.89375 27.26875,21.5 27.26875,24.4875 L27.26875,25.31875 L28.375,25.31875 C28.634375,25.31875 28.84375,25.109375 28.84375,24.85 L28.84375,23.85625 C28.840625,20.575 26.35625,17.878125 23.16875,17.534375 L23.16875,17.534375 Z"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraViewPerson',
|
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 24 24" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-view-scale-down`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : 'currentColor'" d="M4 11H20V13H4z" fill-rule="evenodd"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraViewScaleDown',
|
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 24 24" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-camera-view-scale-up`]" width="1em" height="1em" v-bind="$attrs"><g :fill="useCurrentColor ? 'currentColor' : 'currentColor'" fill-rule="evenodd"><path d="M4 11H20V13H4z"/><path transform="rotate(-90 12 12)" d="M4 11H20V13H4z"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconCameraViewScaleUp',
|
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
@@ -58,4 +58,20 @@ export { default as IconBroadcastEdit } from './IconBroadcastEdit/index.vue';
|
|
58
58
|
export { default as IconVoice } from './IconVoice/index.vue';
|
59
59
|
export { default as IconVPlay } from './IconVPlay/index.vue';
|
60
60
|
export { default as IconAdd } from './IconAdd/index.vue';
|
61
|
-
export { default as IconMountDevi3 } from './IconMountDevi3/index.vue';
|
61
|
+
export { default as IconMountDevi3 } from './IconMountDevi3/index.vue';
|
62
|
+
export { default as IconCameraOpDir1 } from './IconCameraOpDir1/index.vue';
|
63
|
+
export { default as IconCameraOpDir2 } from './IconCameraOpDir2/index.vue';
|
64
|
+
export { default as IconCameraOpDir3 } from './IconCameraOpDir3/index.vue';
|
65
|
+
export { default as IconCameraOpDir5 } from './IconCameraOpDir5/index.vue';
|
66
|
+
export { default as IconCameraOpDir4 } from './IconCameraOpDir4/index.vue';
|
67
|
+
export { default as IconCameraViewFullscreen } from './IconCameraViewFullscreen/index.vue';
|
68
|
+
export { default as IconCameraOpDir6 } from './IconCameraOpDir6/index.vue';
|
69
|
+
export { default as IconCameraOpDir7 } from './IconCameraOpDir7/index.vue';
|
70
|
+
export { default as IconCameraViewPerson } from './IconCameraViewPerson/index.vue';
|
71
|
+
export { default as IconCameraOpDir8 } from './IconCameraOpDir8/index.vue';
|
72
|
+
export { default as IconCameraViewCar } from './IconCameraViewCar/index.vue';
|
73
|
+
export { default as IconCameraViewExitFullscreen } from './IconCameraViewExitFullscreen/index.vue';
|
74
|
+
export { default as IconCameraViewScaleDown } from './IconCameraViewScaleDown/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';
|