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