vben
authored
|
1
|
import Icon from './src/Icon.vue';
|
Vben
authored
|
2
|
import SvgIcon from './src/SvgIcon.vue';
|
Vben
authored
|
3
|
import IconPicker from './src/IconPicker.vue';
|
Vben
authored
|
4
|
|
Vben
authored
|
5
|
export { Icon, IconPicker, SvgIcon };
|
vben
authored
|
6
7
|
export default Icon;
|