@arco-iconbox/vue-bluebee 0.0.5 → 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 +883 -749
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +42 -34
- package/dist/icon.min.js.map +1 -1
- package/esm/IconMountDevi13/index.js +72 -0
- package/esm/IconMountDevi14/index.js +66 -0
- package/esm/index.js +2 -0
- package/lib/IconMountDevi13/index.js +73 -0
- package/lib/IconMountDevi14/index.js +67 -0
- package/lib/index.js +4 -0
- package/package.json +1 -1
- package/src/IconMountDevi13/index.vue +19 -0
- package/src/IconMountDevi14/index.vue +19 -0
- package/src/index.js +3 -1
@@ -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,5 @@ 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";
|
@@ -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,8 @@ 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");
|
78
80
|
exports.IconShield = index;
|
79
81
|
exports.IconUser = index$1;
|
80
82
|
exports.IconLock = index$2;
|
@@ -150,3 +152,5 @@ exports.IconCameraViewCar = index$17;
|
|
150
152
|
exports.IconCameraViewExitFullscreen = index$18;
|
151
153
|
exports.IconCameraViewScaleDown = index$19;
|
152
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 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,6 @@ 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';
|