@arco-iconbox/vue-bluebee 0.0.2 → 0.0.4
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 +1488 -393
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +210 -94
- package/dist/icon.min.js.map +1 -1
- package/esm/IconAdd/index.js +47 -0
- package/esm/IconBasicReset/index.js +33 -0
- package/esm/IconBroadcastEdit/index.js +34 -0
- package/esm/IconBroadcastUpload/index.js +40 -0
- package/esm/IconCalling/index.js +34 -0
- package/esm/IconDelete/index.js +47 -0
- package/esm/IconEdit/index.js +48 -0
- package/esm/IconHelpOffline/index.js +33 -0
- package/esm/IconInfoCamera/index.js +49 -0
- package/esm/IconLightStateOffline/index.js +39 -0
- package/esm/IconLightStateOnline/index.js +39 -0
- package/esm/IconMountDevi1/index.js +30 -0
- package/esm/IconMountDevi10/index.js +41 -0
- package/esm/IconMountDevi11/index.js +46 -0
- package/esm/IconMountDevi12/index.js +34 -0
- package/esm/IconMountDevi2/index.js +67 -0
- package/esm/IconMountDevi3/index.js +51 -0
- package/esm/IconMountDevi4/index.js +30 -0
- package/esm/IconMountDevi5/index.js +44 -0
- package/esm/IconMountDevi6/index.js +30 -0
- package/esm/IconMountDevi7/index.js +65 -0
- package/esm/IconMountDevi8/index.js +30 -0
- package/esm/IconMountDevi9/index.js +30 -0
- package/esm/IconPublishUpload/index.js +33 -0
- package/esm/IconSidebarBigScreen/index.js +1 -1
- package/esm/IconSidebarDashboard/index.js +3 -2
- package/esm/IconSidebarLight/index.js +1 -1
- package/esm/IconSidebarManage/index.js +1 -1
- package/esm/IconSidebarPole/index.js +1 -1
- package/esm/IconVLine/index.js +33 -0
- package/esm/IconVLoop/index.js +33 -0
- package/esm/IconVPlay/index.js +44 -0
- package/esm/IconVRandom/index.js +33 -0
- package/esm/IconVoice/index.js +35 -0
- package/esm/index.js +29 -0
- package/lib/IconAdd/index.js +48 -0
- package/lib/IconBasicReset/index.js +34 -0
- package/lib/IconBroadcastEdit/index.js +35 -0
- package/lib/IconBroadcastUpload/index.js +41 -0
- package/lib/IconCalling/index.js +35 -0
- package/lib/IconDelete/index.js +48 -0
- package/lib/IconEdit/index.js +49 -0
- package/lib/IconHelpOffline/index.js +34 -0
- package/lib/IconInfoCamera/index.js +50 -0
- package/lib/IconLightStateOffline/index.js +40 -0
- package/lib/IconLightStateOnline/index.js +40 -0
- package/lib/IconMountDevi1/index.js +31 -0
- package/lib/IconMountDevi10/index.js +42 -0
- package/lib/IconMountDevi11/index.js +47 -0
- package/lib/IconMountDevi12/index.js +35 -0
- package/lib/IconMountDevi2/index.js +68 -0
- package/lib/IconMountDevi3/index.js +52 -0
- package/lib/IconMountDevi4/index.js +31 -0
- package/lib/IconMountDevi5/index.js +45 -0
- package/lib/IconMountDevi6/index.js +31 -0
- package/lib/IconMountDevi7/index.js +66 -0
- package/lib/IconMountDevi8/index.js +31 -0
- package/lib/IconMountDevi9/index.js +31 -0
- package/lib/IconPublishUpload/index.js +34 -0
- package/lib/IconSidebarBigScreen/index.js +1 -1
- package/lib/IconSidebarDashboard/index.js +3 -2
- package/lib/IconSidebarLight/index.js +1 -1
- package/lib/IconSidebarManage/index.js +1 -1
- package/lib/IconSidebarPole/index.js +1 -1
- package/lib/IconVLine/index.js +34 -0
- package/lib/IconVLoop/index.js +34 -0
- package/lib/IconVPlay/index.js +45 -0
- package/lib/IconVRandom/index.js +34 -0
- package/lib/IconVoice/index.js +36 -0
- package/lib/index.js +58 -0
- package/package.json +1 -1
- package/src/IconAdd/index.vue +19 -0
- package/src/IconBasicReset/index.vue +19 -0
- package/src/IconBroadcastEdit/index.vue +19 -0
- package/src/IconBroadcastUpload/index.vue +19 -0
- package/src/IconCalling/index.vue +19 -0
- package/src/IconDelete/index.vue +19 -0
- package/src/IconEdit/index.vue +19 -0
- package/src/IconHelpOffline/index.vue +19 -0
- package/src/IconInfoCamera/index.vue +19 -0
- package/src/IconLightStateOffline/index.vue +19 -0
- package/src/IconLightStateOnline/index.vue +19 -0
- package/src/IconMountDevi1/index.vue +19 -0
- package/src/IconMountDevi10/index.vue +19 -0
- package/src/IconMountDevi11/index.vue +19 -0
- package/src/IconMountDevi12/index.vue +19 -0
- package/src/IconMountDevi2/index.vue +19 -0
- package/src/IconMountDevi3/index.vue +19 -0
- package/src/IconMountDevi4/index.vue +19 -0
- package/src/IconMountDevi5/index.vue +19 -0
- package/src/IconMountDevi6/index.vue +19 -0
- package/src/IconMountDevi7/index.vue +19 -0
- package/src/IconMountDevi8/index.vue +19 -0
- package/src/IconMountDevi9/index.vue +19 -0
- package/src/IconPublishUpload/index.vue +19 -0
- package/src/IconSidebarBigScreen/index.vue +1 -1
- package/src/IconSidebarDashboard/index.vue +1 -1
- package/src/IconSidebarLight/index.vue +1 -1
- package/src/IconSidebarManage/index.vue +1 -1
- package/src/IconSidebarPole/index.vue +1 -1
- package/src/IconVLine/index.vue +19 -0
- package/src/IconVLoop/index.vue +19 -0
- package/src/IconVPlay/index.vue +19 -0
- package/src/IconVRandom/index.vue +19 -0
- package/src/IconVoice/index.vue +19 -0
- package/src/index.js +30 -1
@@ -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-devi5`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><path d="M19.9449761,14.8684211 C19.7037908,13.8715436 18.8115558,13.1315789 17.7477655,13.1315789 C16.7250046,13.1315789 15.8608206,13.815565 15.5813397,14.7542497" stroke="currentColor" stroke-width="1.389" transform="rotate(90 17.763 14)"/><path d="M12.4186603,14.8684211 C12.177475,13.8715436 11.28524,13.1315789 10.2214497,13.1315789 C9.19868878,13.1315789 8.33450484,13.815565 8.05502392,14.7542497" stroke="currentColor" stroke-width="1.389" transform="matrix(0 1 1 0 -3.763 3.763)"/><path d="M11.7392344,15.1764709 C11.0464007,13.6201871 9.62171983,12.5526316 7.9766979,12.5526316 C6.23787001,12.5526316 4.74522919,13.7454114 4.10287081,15.4473684" stroke="currentColor" stroke-width="1.389" transform="matrix(0 1 1 0 -6.079 6.079)"/><path d="M10.7368421,15.4626693 C9.4600637,13.5331869 7.28799915,12.2631579 4.82320114,12.2631579 C2.24346226,12.2631579 -0.0156045078,13.6543992 -1.26315789,15.7368421" stroke="currentColor" stroke-width="1.389" transform="matrix(0 1 1 0 -9.263 9.263)"/><path d="M23.8971292,15.1764709 C23.2042954,13.6201871 21.7796146,12.5526316 20.1345926,12.5526316 C18.3957647,12.5526316 16.9031239,13.7454114 16.2607656,15.4473684" stroke="currentColor" stroke-width="1.389" transform="rotate(90 20.079 14)"/><path d="M29.2631579,15.4626693 C27.9863795,13.5331869 25.8143149,12.2631579 23.3495169,12.2631579 C20.769778,12.2631579 18.5107113,13.6543992 17.2631579,15.7368421" stroke="currentColor" stroke-width="1.389" transform="rotate(90 23.263 14)"/><ellipse :fill="useCurrentColor ? 'currentColor' : 'currentColor'" transform="rotate(90 14 14)" cx="14" cy="14" rx="1.091" ry="1.158"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconMountDevi5',
|
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-devi6`]" width="1em" height="1em" v-bind="$attrs"><g stroke="currentColor" stroke-width="1.067" fill="none" fill-rule="evenodd"><g stroke-linejoin="round"><path d="M7.065 3.626L7.212 5.606M11.817.212L13.61.212" transform="rotate(125 5.144 6.693)"/><path d="M1.653.179L3.586.179M0 2.328L1.183 3.744" transform="scale(1 -1) rotate(55 14.65 6.437)"/><path d="M10.379 2.423L11.455 3.784" transform="rotate(125 5.144 6.693)"/></g><path d="M11.1002678,9.37011656 C12.2795571,9.37011656 13.3263631,9.95980121 13.9827371,10.8710097 C12.4123502,11.6137643 11.3128841,13.2421373 11.2730761,15.1420962 C10.5201524,15.3192581 9.89005448,15.8148487 9.53268928,16.4789611 C8.33069627,15.8746942 7.5014608,14.5937194 7.5014608,13.1113985 C7.5014608,11.0451456 9.11270158,9.37011656 11.1002678,9.37011656 Z"/><path d="M12.2147628,21 C10.6854754,21 9.44574293,19.7602676 9.44574293,18.2309801 C9.44574293,16.8882516 10.401453,15.7687411 11.6697383,15.5155834 C11.7388149,12.8237175 13.9499014,10.6623258 16.6673623,10.6623258 C18.7038583,10.6623258 20.4559656,11.8762008 21.2353923,13.6177718 L21.2966055,13.615947 C23.3419338,13.615947 25,15.2689236 25,17.3079735 C25,18.9610903 23.9101839,20.3604482 22.4077341,20.8309436 L22.4076238,21 L12.2147628,21 Z" stroke-linejoin="round"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconMountDevi6',
|
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-devi7`]" width="1em" height="1em" v-bind="$attrs"><g fill="none" fill-rule="evenodd"><rect stroke="currentColor" stroke-width="1.053" x="4" y="6" width="20" height="12.75" rx="1.053"/><path d="M19.5189164,21.4062539 L8.48108358,21.4062539 C8.04098275,21.4062539 7.68421053,21.7630261 7.68421053,22.2031269 C7.68421053,22.6432278 8.04098275,23 8.48108358,23 L19.5189164,23 C19.9590173,23 20.3157895,22.6432278 20.3157895,22.2031269 C20.3157895,21.7630261 19.9590173,21.4062539 19.5189164,21.4062539 Z" stroke="currentColor" stroke-width="1.053" stroke-linecap="round"/><text font-family="PingFangSC-Medium, PingFang SC" font-size="7.368" font-weight="400" letter-spacing=".368" :fill="useCurrentColor ? 'currentColor' : 'currentColor'"><tspan x="7.158" y="15.113">LED</tspan></text></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconMountDevi7',
|
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-devi8`]" width="1em" height="1em" v-bind="$attrs"><g stroke="currentColor" fill="none" fill-rule="evenodd"><path d="M1.93194292,13.8730261 L1.93194292,5.31284303 C1.93194292,2.37864085 4.31058377,5.39004197e-16 7.24478595,0 C10.1789881,-5.39004197e-16 12.557629,2.37864085 12.557629,5.31284303 L12.557629,13.8730261 L12.557629,13.8730261" stroke-width="1.4" stroke-linejoin="round" transform="translate(6.898 8.56)"/><path d="M0,14.2028701 C0,14.2740862 4.8298573,14.2740862 14.4895719,14.2028701" stroke-width="1.159" stroke-linecap="round" transform="translate(6.898 8.56)"/><path d="M7.20014924,3.39434266 C5.89107315,3.39434266 4.8298573,4.45555851 4.8298573,5.7646346 L4.8298573,7.9099617 L4.8298573,7.9099617" stroke-width="1.159" stroke-linecap="round" stroke-linejoin="round" transform="translate(6.898 8.56)"/><path stroke-width="1.4" stroke-linecap="round" d="M14.075 4L14.075 6.066M21.749 6.899L20.182 8.063"/><path stroke-width="1.4" stroke-linecap="round" transform="matrix(-1 0 0 1 16.262 0)" d="M8.968 6.899L7.294 8.063"/><path stroke-width="1.4" stroke-linecap="round" d="M21.936 12.921L24 12.921M4 12.921L6.064 12.921"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconMountDevi8',
|
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-devi9`]" width="1em" height="1em" v-bind="$attrs"><g stroke="currentColor" stroke-width="1.44" fill="none" fill-rule="evenodd"><rect x="11.294" y="5.72" width="5.373" height="11.431" rx="2.686"/><path d="M19.2451613 14.1935484L19.2451613 15.3604264C19.2451613 18.1009485 16.8881571 20.3225806 13.9806452 20.3225806 11.0731332 20.3225806 8.71612903 18.1009485 8.71612903 15.3604264L8.71612903 14.1935484M13.981 20.323L13.981 23.387M10.574 23.694L17.387 23.694" stroke-linecap="round"/><g stroke-linecap="round"><path d="M.20686286 5.34375C.380240969 4.81487181.473253989 4.25521389.473253989 3.67610223.473253989 3.01334681.351431999 2.37607056.126746011 1.78125M3.05207921 6.53125C3.40573545 5.54200572 3.6 4.46431547 3.6 3.33661571 3.6 2.15473046 3.38661829 1.02777605 3 0" transform="translate(19.4 5.528)"/></g><g stroke-linecap="round"><path d="M.20686286 5.34375C.380240969 4.81487181.473253989 4.25521389.473253989 3.67610223.473253989 3.01334681.351431999 2.37607056.126746011 1.78125M2.42597679 6.53125C2.79648088 5.53074952 3 4.44079667 3 3.30026527 3 2.13335344 2.78695722 1.01938697 2.4 0" transform="matrix(-1 0 0 1 8 5.528)"/></g></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconMountDevi9',
|
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 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-publish-upload`]" width="1em" height="1em" v-bind="$attrs"><path d="M16.8595688,14.0202265 L3.14043124,14.0202265 C2.51301531,14.0202265 2,14.5083626 2,15.1053513 C2,15.7023401 2.51301531,16.1904762 3.14043124,16.1904762 L16.8595688,16.1904762 C17.4869847,16.1904762 18,15.7023401 18,15.1053513 C18,14.5083626 17.4869847,14.0202265 16.8595688,14.0202265 Z M4.66338957,6.54519072 L7.14445313,6.54519072 L7.14445313,10.953723 C7.14445313,11.5200969 7.62708077,11.9810199 8.22410904,11.9810199 L11.7884035,11.9810199 C12.3836443,11.9810199 12.8680594,11.5217978 12.8680594,10.953723 L12.8680594,6.54519072 L15.349123,6.54519072 C15.8263881,6.54519072 16.0766395,6.00432913 15.7513127,5.66926707 L10.408446,0.167105824 C10.1921573,-0.0557019415 9.82035527,-0.0557019415 9.60227907,0.167105824 L4.26119987,5.66926707 C3.9376606,6.00432913 4.18612446,6.54519072 4.66338957,6.54519072 Z" :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconPublishUpload',
|
8
|
+
props: {
|
9
|
+
prefix: {
|
10
|
+
type: String,
|
11
|
+
default: 'bb',
|
12
|
+
},
|
13
|
+
useCurrentColor: {
|
14
|
+
type: Boolean,
|
15
|
+
default: true,
|
16
|
+
},
|
17
|
+
},
|
18
|
+
};
|
19
|
+
</script>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<template>
|
2
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-big-screen`]" width="1em" height="1em" v-bind="$attrs"><g stroke="
|
2
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-big-screen`]" width="1em" height="1em" v-bind="$attrs"><g stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><path stroke-linecap="round" d="M2.5 17.25L17.5 17.25"/><rect x="2.5" y="2.5" width="15" height="12" rx="1"/><path d="M12.5536966,4.5 L14.4090909,4.5 C14.9613757,4.5 15.4090909,4.94771525 15.4090909,5.5 C15.4090909,6.15688557 15.4090909,6.64954975 15.4090909,6.97799254 M15.4090909,10.059804 C15.4090909,10.3580429 15.4090909,10.8381082 15.4090909,11.5 C15.4090909,12.0522847 14.9613757,12.5 14.4090909,12.5 L12.5536966,12.5 M7.49664396,12.5 L5.40909091,12.5 C4.85680616,12.5 4.40909091,12.0522847 4.40909091,11.5 C4.40909091,10.8574032 4.40909091,10.3754556 4.40909091,10.0541572 M4.40909091,7.06951586 C4.40909091,6.74676156 4.40909091,6.22358961 4.40909091,5.5 C4.40909091,4.94771525 4.85680616,4.5 5.40909091,4.5 L7.47540241,4.5" stroke-linecap="round"/></g></svg>
|
3
3
|
</template>
|
4
4
|
<script>
|
5
5
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<template>
|
2
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-dashboard`]" width="1em" height="1em" v-bind="$attrs"><g stroke="
|
2
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-dashboard`]" width="1em" height="1em" v-bind="$attrs"><g stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><path d="M10 1L17.7942286 5.5 17.7942286 14.5 10 19 2.20577137 14.5 2.20577137 5.5z"/><path stroke-linecap="round" d="M5.49297631 7.48754521L10 10.2252449 14.2528316 7.48754521M10.063 14.498L10.063 10.225"/></g></svg>
|
3
3
|
</template>
|
4
4
|
<script>
|
5
5
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<template>
|
2
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-light`]" width="1em" height="1em" v-bind="$attrs"><g stroke="
|
2
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-light`]" width="1em" height="1em" v-bind="$attrs"><g stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd"><path d="M10 5C12.7614237 5 15 7.23857625 15 10 15 12.2386515 13.5287761 14.1336803 11.5004604 14.7709542L11.5 16.5 8.5 16.5 8.50054746 14.7712708C6.47171127 14.134308 5 12.2390223 5 10 5 7.23857625 7.23857625 5 10 5zM8 18.25L11.75 18.25"/><circle cx="10" cy="10.5" r="1.5"/><path d="M10 12L10 14.498"/><path stroke-linecap="round" d="M10 1.5L10 3M17.024 4.033L15.795 4.893"/><path stroke-linecap="round" transform="matrix(-1 0 0 1 7.18 0)" d="M4.205 4.033L2.976 4.893"/><path stroke-linecap="round" d="M16.929 9.5L18.429 9.5M1.429 9.5L2.929 9.5"/></g></svg>
|
3
3
|
</template>
|
4
4
|
<script>
|
5
5
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<template>
|
2
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-manage`]" width="1em" height="1em" v-bind="$attrs"><g stroke="
|
2
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-manage`]" width="1em" height="1em" v-bind="$attrs"><g stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><rect x="2.5" y="3.304" width="6.298" height="6.298" rx="1"/><path d="M14.7536625,2.70710678 L17.7928932,5.7463375 C18.1834175,6.13686179 18.1834175,6.77002677 17.7928932,7.16055106 L14.7536625,10.1997818 C14.3631382,10.5903061 13.7299732,10.5903061 13.3394489,10.1997818 L10.3002182,7.16055106 C9.90969393,6.77002677 9.90969393,6.13686179 10.3002182,5.7463375 L13.3394489,2.70710678 C13.7299732,2.31658249 14.3631382,2.31658249 14.7536625,2.70710678 Z"/><rect x="2.5" y="11.702" width="6.298" height="6.298" rx="1"/><rect x="10.897" y="11.702" width="6.298" height="6.298" rx="1"/></g></svg>
|
3
3
|
</template>
|
4
4
|
<script>
|
5
5
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<template>
|
2
|
-
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-pole`]" width="1em" height="1em" v-bind="$attrs"><g stroke="
|
2
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-sidebar-pole`]" width="1em" height="1em" v-bind="$attrs"><g stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" opacity=".7"><path d="M5 17.75L15 17.75M10 11.5C11.3807119 11.5 12.5 12.6192881 12.5 14L12.5 17.5 12.5 17.5 7.5 17.5 7.5 14C7.5 12.6192881 8.61928813 11.5 10 11.5zM10 11.001L10 2M10.5 2.5L14.5 2.5C15.0522847 2.5 15.5 2.94771525 15.5 3.5L15.5 4.5 15.5 4.5"/><path d="M4.5,2.5 L9.5,2.5 C10.0522847,2.5 10.5,2.94771525 10.5,3.5 L10.5,4.5 L10.5,4.5" transform="matrix(-1 0 0 1 15 0)"/><circle cx="15.5" cy="6.5" r="1.5"/><circle cx="4.5" cy="6.5" r="1.5"/></g></svg>
|
3
3
|
</template>
|
4
4
|
<script>
|
5
5
|
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<template>
|
2
|
+
<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-v-line`]" width="1em" height="1em" v-bind="$attrs"><path d="M2.0703125,1.66992188 C1.63867188,1.66992188 1.2890625,2.01953125 1.2890625,2.45117188 L1.2890625,17.3066406 C1.2890625,17.7382812 1.63867188,18.0878906 2.0703125,18.0878906 C2.50195312,18.0878906 2.8515625,17.7382812 2.8515625,17.3066406 L2.8515625,2.45117188 C2.8515625,2.01953125 2.50195312,1.66992188 2.0703125,1.66992188 Z M8.93164062,1.66992188 C8.5,1.66992188 8.15039062,2.01953125 8.15039062,2.45117188 L8.15039062,17.3066406 C8.15039062,17.7382812 8.5,18.0878906 8.93164062,18.0878906 C9.36328125,18.0878906 9.71289062,17.7382812 9.71289062,17.3066406 L9.71289062,2.45117188 C9.71289062,2.01953125 9.36328125,1.66992188 8.93164062,1.66992188 Z M18.6542969,12.9179688 C18.515625,12.6757812 18.2578125,12.5273437 17.9785156,12.5273437 L16.5722656,12.5273437 C16.5722656,12.5117188 16.5742188,12.4980469 16.5742188,12.4824219 L16.5742188,2.45117188 C16.5742188,2.01953125 16.2246094,1.66992188 15.7929688,1.66992188 C15.3613281,1.66992188 15.0117188,2.01953125 15.0117188,2.45117188 L15.0117188,12.4824219 C15.0117188,12.4980469 15.0117188,12.5117188 15.0136719,12.5273437 L13.3144531,12.5273437 C13.0351563,12.5273437 12.7773438,12.6757812 12.6386719,12.9179688 C12.5,13.1601562 12.5,13.4570312 12.6386719,13.6992188 L14.9707031,17.7382812 C15.109375,17.9804688 15.3671875,18.1289062 15.6464844,18.1289062 C15.9257813,18.1289062 16.1835938,17.9804688 16.3222656,17.7382812 L18.6542969,13.6992188 C18.7949219,13.4570313 18.7949219,13.1582031 18.6542969,12.9179688 Z M15.6464844,15.7851562 L14.6679688,14.0898438 L16.625,14.0898438 L15.6464844,15.7851562 L15.6464844,15.7851562 Z" :fill="useCurrentColor ? 'currentColor' : '#9897A2'" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconVLine',
|
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 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-v-loop`]" width="1em" height="1em" v-bind="$attrs"><path d="M16.830918,10.1563672 C17.1036328,10.1563672 17.3281836,10.3545508 17.370918,10.6145508 L17.3781836,10.7027344 L17.3781836,12.2208984 C17.3781836,14.1282797 15.8839563,15.7013193 13.979082,15.799082 L13.7945508,15.8045508 L4.49181641,15.8045508 L6.25818359,17.570918 C6.44798327,17.7608347 6.47476968,18.0593248 6.32181641,18.28 L6.25818359,18.3563672 C6.068264,18.5461775 5.76976127,18.5729643 5.54908203,18.42 L5.47271484,18.3563672 L2.81273438,15.6963672 C2.57932671,15.4650715 2.55033002,15.0977912 2.74455078,14.8327344 L2.81271484,14.7536328 L5.42818359,12.1381836 C5.63112732,11.9331216 5.95727567,11.9175637 6.17881725,12.1023768 C6.40035883,12.2871899 6.44353324,12.6108422 6.27818359,12.8472656 L6.21455078,12.9236328 L4.50726563,14.63 L4.42816406,14.710918 L13.7945508,14.710918 C15.1109955,14.711418 16.2001918,13.6867578 16.28,12.3727344 L16.2845508,12.220918 L16.2845508,10.7027344 C16.2845508,10.400918 16.529082,10.1563672 16.830918,10.1563672 Z M14.4454492,1.58363281 L14.5227344,1.64726563 L17.1818164,4.30726563 C17.2540397,4.37902157 17.3087851,4.46643252 17.3418164,4.56273438 L17.3545508,4.60544922 C17.4054492,4.79636719 17.37,5.00544922 17.249082,5.17091797 L17.1818164,5.25 L14.5663672,7.86544922 C14.3634235,8.07051117 14.0372751,8.08606912 13.8157335,7.901256 C13.594192,7.71644288 13.5510175,7.39279065 13.7163672,7.15636719 L13.78,7.08 L15.4872656,5.37363281 L15.5663672,5.29181641 L6.19908203,5.29273438 C4.88299142,5.29271985 3.79433763,6.31724809 3.71455078,7.63091797 L3.71,7.78181641 L3.71,9.3 C3.70743242,9.58298765 3.48953515,9.81734145 3.20748253,9.84046974 C2.9254299,9.86359804 2.67226606,9.66787121 2.62363281,9.38908203 L2.61636719,9.3 L2.61636719,7.78183594 C2.61636719,5.87478406 4.11003067,4.30186725 6.01455078,4.20363281 L6.19908203,4.19908203 L15.5027344,4.19908203 L13.7363672,2.43273438 C13.5462661,2.2430484 13.5190911,1.94452689 13.6718164,1.72363281 L13.7354492,1.64726563 C13.9253688,1.45745533 14.2238715,1.43066852 14.4445508,1.58363281 L14.4454492,1.58363281 Z" :fill="useCurrentColor ? 'currentColor' : '#21B2EC'" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconVLoop',
|
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 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-v-play`]" width="1em" height="1em" v-bind="$attrs"><g fill-rule="nonzero" :fill="useCurrentColor ? 'currentColor' : '#F24A2B'"><path d="M8.99971121,16.844858 C4.67428205,16.844858 1.15456442,13.325718 1.15456442,9.00028879 C1.15456442,4.67428205 4.67428205,1.15571956 8.99971121,1.15571956 C13.325718,1.15571956 16.844858,4.67428205 16.844858,9.00028879 C16.844858,13.3262955 13.3251404,16.844858 8.99971121,16.844858 M8.99971121,0 C4.03722124,0 0,4.03837638 0,9.00028879 C0,13.9627788 4.03722124,18 8.99971121,18 C13.9622012,18 18,13.9627788 18,9.00028879 C18,4.03837638 13.9627788,0.000577570993 8.99971121,0.000577570993" transform="translate(1 1)"/><path d="M0.937609815,8 C0.419936079,7.99958626 0.000378122414,7.5519842 0,6.99971844 L0,1.0002422 C0,0.629502094 0.192228673,0.289175396 0.499470203,0.1159307 C0.806711733,-0.0573139967 1.17857304,-0.0350570253 1.46572184,0.173763647 L5.59053346,3.17331422 C5.84671992,3.35963456 6,3.66901931 6,3.99979277 C6,4.33056623 5.84671992,4.63995099 5.59053346,4.82627133 L1.46572184,7.8258219 C1.31011362,7.93922817 1.12606199,8 0.937609815,8 Z M1.16792766,1.00035163 C1.14025108,1.00061476 1.11303289,1.00833139 1.08854998,1.02285602 C1.03345272,1.05475644 0.999157592,1.11900662 1,1.1887204 L1,6.81246165 C1,6.88193762 1.03415374,6.94572017 1.08872882,6.97821798 C1.14330389,7.01071579 1.2093743,7.00660345 1.26043078,6.96753096 L4.92722648,4.15553726 C4.97275867,4.12060178 5,4.06260072 5,4.00059102 C5,3.93858133 4.97275867,3.88058027 4.92722648,3.84564479 L1.26043078,1.03375658 C1.23348251,1.01210278 1.2012597,1.00031604 1.16814642,1 L1.16792766,1.00035163 Z" transform="translate(8 6)"/></g></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconVPlay',
|
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 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-v-random`]" width="1em" height="1em" v-bind="$attrs"><path d="M16.5,13 C16.375,12.875 16.1875,12.75 16,12.8125 C15.625,12.8125 15.3125,13.125 15.3125,13.5 C15.3125,13.6875 15.4375,13.875 15.5625,14 L16.375,14.8125 C15.5,14.6875 14.6875,14.375 14,13.8125 C13.9375,13.8125 13.9375,13.75 13.875,13.6875 L6.5,5.9375 C5.25,4.5625 3.75,3.8125 1.9375,3.8125 C1.5625,3.8125 1.25,4.125 1.25,4.5 C1.25,4.875 1.5625,5.125 1.9375,5.125 C3.375,5.125 4.5625,5.75 5.5,6.8125 L13,14.625 L13.125,14.75 C14.0625,15.5 15.25,16 16.5,16.125 L15.5625,17 C15.375,17.125 15.25,17.375 15.25,17.5625 C15.25,17.9375 15.625,18.25 16,18.1875 C16.1875,18.1875 16.375,18.0625 16.5,17.9375 L18.4375,16.125 C18.75,15.8125 18.75,15.3125 18.4375,15 L16.5,13 L16.5,13 Z M16.4375,2.125 C16.1875,1.8125 15.8125,1.75 15.5,2 C15.3125,2.125 15.25,2.3125 15.25,2.5 C15.25,2.75 15.3125,2.9375 15.5625,3.0625 L16.375,3.875 C14.9375,4.0625 13.625,4.625 12.625,5.625 L10.375,7.9375 C10.125,8.1875 10.125,8.5625 10.375,8.8125 C10.5,8.9375 10.6875,9 10.875,9 C11.0625,9 11.25,8.9375 11.375,8.8125 L13.5625,6.5 C14.375,5.75 15.375,5.25 16.4375,5.125 L15.5625,6 C15.4375,6.125 15.3125,6.3125 15.3125,6.5 C15.3125,6.875 15.625,7.1875 15.9375,7.1875 C16.125,7.1875 16.3125,7.125 16.5,7 L18.5625,5 C18.8125,4.75 18.8125,4.3125 18.5625,4.0625 L16.4375,2.125 M7.875,10.875 C7.6875,10.875 7.5,10.9375 7.375,11.0625 L5.0625,13.4375 C4.125,14.3125 3.1875,14.75 1.9375,14.75 L1.875,14.75 C1.5,14.75 1.1875,15.0625 1.1875,15.4375 C1.1875,15.8125 1.5,16.0625 1.875,16.0625 L1.9375,16.0625 C3.5625,16.0625 4.8125,15.4375 6.0625,14.375 L8.4375,11.9375 C8.5625,11.8125 8.625,11.6875 8.625,11.5 C8.625,11.3125 8.5625,11.1875 8.4375,11.0625 C8.25,10.9375 8.0625,10.875 7.875,10.875 L7.875,10.875 Z" :fill="useCurrentColor ? 'currentColor' : '#9897A2'" fill-rule="nonzero"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconVRandom',
|
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 20 20" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-voice`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.2671875,14.0875 C8.225,14.0875 8.078125,14.0234375 8.0015625,13.946875 L7.996875,13.9421875 L4.396875,10.971875 L1.5015625,10.971875 C1.3625,10.971875 1.215625,10.9 1.146875,10.83125 C1.078125,10.7625 1.00625,10.615625 1.00625,10.4765625 L1.00625,5.4921875 C1.00625,5.3828125 1.0484375,5.290625 1.075,5.2640625 L1.109375,5.2640625 L1.146875,5.2265625 C1.215625,5.1578125 1.3625,5.0859375 1.5015625,5.0859375 L4.396875,5.0859375 L7.996875,2.0265625 L8,2.0234375 C8.090625,1.9328125 8.2015625,1.9140625 8.278125,1.9140625 C8.346875,1.9140625 8.4171875,1.9296875 8.475,1.959375 L8.4828125,1.9640625 L8.490625,1.9671875 C8.6859375,2.0328125 8.759375,2.14375 8.759375,2.3796875 L8.759375,13.5953125 C8.759375,13.83125 8.6859375,13.94375 8.490625,14.0078125 L8.4625,14.0171875 L8.440625,14.0390625 C8.39375,14.0859375 8.353125,14.0875 8.2671875,14.0875 L8.2671875,14.0875 Z M12.628125,12.8421875 C12.4734375,12.8421875 12.2671875,12.7625 12.2078125,12.6453125 C12.0671875,12.3640625 12.1171875,12.0765625 12.33125,11.925 C12.40625,11.89375 12.5125,11.8125 12.6484375,11.68125 C12.7875,11.5453125 12.9984375,11.3109375 13.2140625,10.9671875 C13.5734375,10.3921875 14.0015625,9.409375 14.0015625,7.984375 C14.0015625,6.559375 13.5484375,5.575 13.16875,4.9984375 C12.9421875,4.6546875 12.71875,4.4203125 12.571875,4.2859375 C12.46875,4.190625 12.3390625,4.0828125 12.24375,4.04375 C12.046875,3.9015625 11.978125,3.553125 12.1046875,3.3484375 C12.2515625,3.20625 12.4265625,3.125 12.5859375,3.125 C12.6703125,3.125 12.7484375,3.146875 12.8171875,3.190625 C12.828125,3.2 12.8421875,3.2109375 12.8640625,3.228125 C13.3234375,3.5890625 13.721875,4.03125 14.0484375,4.5421875 C14.675,5.525 14.99375,6.6828125 14.99375,7.984375 C14.99375,9.2921875 14.6859375,10.4546875 14.08125,11.4390625 C13.7671875,11.95 13.3859375,12.390625 12.946875,12.7453125 C12.9203125,12.7671875 12.90625,12.778125 12.8953125,12.7890625 C12.8421875,12.8421875 12.6875,12.8421875 12.628125,12.8421875 L12.628125,12.8421875 Z M10.759375,10.884375 C10.6296875,10.884375 10.40625,10.7328125 10.3390625,10.5984375 L10.3359375,10.590625 L10.33125,10.584375 C10.203125,10.390625 10.34375,10.109375 10.5578125,9.9640625 C10.6578125,9.9109375 11.509375,9.409375 11.509375,7.896875 C11.509375,7.1703125 11.228125,6.671875 10.990625,6.38125 C10.7328125,6.065625 10.4734375,5.921875 10.4640625,5.915625 L10.4546875,5.9109375 L10.44375,5.9078125 C10.353125,5.878125 10.265625,5.775 10.2203125,5.6453125 C10.175,5.515625 10.184375,5.3859375 10.2421875,5.2984375 L10.2515625,5.284375 L10.25625,5.26875 C10.3015625,5.134375 10.5,5.0171875 10.6828125,5.0171875 C10.753125,5.0171875 10.8171875,5.034375 10.865625,5.0671875 L10.8984375,5.0890625 L10.921875,5.0890625 C10.9921875,5.115625 11.3765625,5.3078125 11.7578125,5.74375 C12.096875,6.1328125 12.5015625,6.8078125 12.5015625,7.809375 C12.5015625,8.9484375 12.11875,9.6875 11.7984375,10.1078125 C11.4453125,10.56875 11.0859375,10.7671875 11.0109375,10.796875 L10.9734375,10.796875 L10.9359375,10.834375 C10.8859375,10.88125 10.846875,10.884375 10.759375,10.884375 Z" :fill="useCurrentColor ? 'currentColor' : '#FFF'" transform="translate(2 2)" fill-rule="nonzero" stroke="currentColor"/></svg>
|
3
|
+
</template>
|
4
|
+
<script>
|
5
|
+
|
6
|
+
export default {
|
7
|
+
name: 'IconVoice',
|
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
@@ -29,4 +29,33 @@ export { default as IconRise } from './IconRise/index.vue';
|
|
29
29
|
export { default as IconSidebarDashboard } from './IconSidebarDashboard/index.vue';
|
30
30
|
export { default as IconDecline } from './IconDecline/index.vue';
|
31
31
|
export { default as IconSidebarLight } from './IconSidebarLight/index.vue';
|
32
|
-
export { default as IconSliderTouchIcon } from './IconSliderTouchIcon/index.vue';
|
32
|
+
export { default as IconSliderTouchIcon } from './IconSliderTouchIcon/index.vue';
|
33
|
+
export { default as IconLightStateOnline } from './IconLightStateOnline/index.vue';
|
34
|
+
export { default as IconLightStateOffline } from './IconLightStateOffline/index.vue';
|
35
|
+
export { default as IconEdit } from './IconEdit/index.vue';
|
36
|
+
export { default as IconMountDevi7 } from './IconMountDevi7/index.vue';
|
37
|
+
export { default as IconMountDevi4 } from './IconMountDevi4/index.vue';
|
38
|
+
export { default as IconDelete } from './IconDelete/index.vue';
|
39
|
+
export { default as IconMountDevi10 } from './IconMountDevi10/index.vue';
|
40
|
+
export { default as IconMountDevi11 } from './IconMountDevi11/index.vue';
|
41
|
+
export { default as IconMountDevi9 } from './IconMountDevi9/index.vue';
|
42
|
+
export { default as IconMountDevi5 } from './IconMountDevi5/index.vue';
|
43
|
+
export { default as IconMountDevi2 } from './IconMountDevi2/index.vue';
|
44
|
+
export { default as IconMountDevi12 } from './IconMountDevi12/index.vue';
|
45
|
+
export { default as IconMountDevi1 } from './IconMountDevi1/index.vue';
|
46
|
+
export { default as IconMountDevi6 } from './IconMountDevi6/index.vue';
|
47
|
+
export { default as IconMountDevi8 } from './IconMountDevi8/index.vue';
|
48
|
+
export { default as IconBasicReset } from './IconBasicReset/index.vue';
|
49
|
+
export { default as IconPublishUpload } from './IconPublishUpload/index.vue';
|
50
|
+
export { default as IconHelpOffline } from './IconHelpOffline/index.vue';
|
51
|
+
export { default as IconInfoCamera } from './IconInfoCamera/index.vue';
|
52
|
+
export { default as IconVLoop } from './IconVLoop/index.vue';
|
53
|
+
export { default as IconVRandom } from './IconVRandom/index.vue';
|
54
|
+
export { default as IconBroadcastUpload } from './IconBroadcastUpload/index.vue';
|
55
|
+
export { default as IconCalling } from './IconCalling/index.vue';
|
56
|
+
export { default as IconVLine } from './IconVLine/index.vue';
|
57
|
+
export { default as IconBroadcastEdit } from './IconBroadcastEdit/index.vue';
|
58
|
+
export { default as IconVoice } from './IconVoice/index.vue';
|
59
|
+
export { default as IconVPlay } from './IconVPlay/index.vue';
|
60
|
+
export { default as IconAdd } from './IconAdd/index.vue';
|
61
|
+
export { default as IconMountDevi3 } from './IconMountDevi3/index.vue';
|