index.ts 97 B

12345
  1. import Icon from './src/Icon.vue'
  2. export type { IconTypes } from './src/types'
  3. export { Icon }