index.ts 185 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 import Icon from './src/index.vue'; import SvgIcon from './src/SvgIcon.vue'; import IconPicker from './src/IconPicker.vue'; export { Icon, IconPicker, SvgIcon }; export default Icon;