fix: Update the icon for low priority (#6978)
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<template>
|
||||
<base-icon :size="size" :icon="icon" :type="type" :icons="icons" />
|
||||
<base-icon
|
||||
:size="size"
|
||||
:icon="icon"
|
||||
:type="type"
|
||||
:icons="icons"
|
||||
:view-box="viewBox"
|
||||
/>
|
||||
</template>
|
||||
<script>
|
||||
import BaseIcon from './Icon';
|
||||
@@ -23,6 +29,10 @@ export default {
|
||||
type: String,
|
||||
default: 'outline',
|
||||
},
|
||||
viewBox: {
|
||||
type: String,
|
||||
default: '0 0 24 24',
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return { icons };
|
||||
|
||||
Reference in New Issue
Block a user