2024-10-04 23:05:28 +08:00
|
|
|
export { default as EmptyIcon } from './components/empty.vue';
|
2024-07-06 21:53:02 +08:00
|
|
|
export * from './create-icon';
|
2024-05-19 21:20:42 +08:00
|
|
|
|
2024-10-04 23:05:28 +08:00
|
|
|
export * from './lucide';
|
2024-10-21 20:14:25 +08:00
|
|
|
|
|
|
|
export type { IconifyIcon as IconifyIconStructure } from '@iconify/vue';
|
|
|
|
export { addCollection, addIcon, Icon as IconifyIcon } from '@iconify/vue';
|