import { withInstallComponent } from '@/utils'; import Icon from './icon.vue'; export const VIcon = withInstallComponent(Icon); export default VIcon;