* feat: add icon-picker component * fix: resolve conversations * refactor: resort @vben/hooks
13 lines
291 B
TypeScript
13 lines
291 B
TypeScript
export { default as EmptyIcon } from './components/empty.vue';
|
|
export * from './create-icon';
|
|
|
|
export * from './lucide';
|
|
|
|
export type { IconifyIcon as IconifyIconStructure } from '@iconify/vue';
|
|
export {
|
|
addCollection,
|
|
addIcon,
|
|
Icon as IconifyIcon,
|
|
listIcons,
|
|
} from '@iconify/vue';
|