import { withInstall } from '@kankan/utils'; import Icon from './src/icon.vue'; export const UIIcon = withInstall(Icon); export default UIIcon; export * from './src/icon';