chore: init project
This commit is contained in:
13
packages/icons/src/svg/index.ts
Normal file
13
packages/icons/src/svg/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { createIcon } from '@vben-core/iconify';
|
||||
|
||||
import { loadSvgIcons } from './load';
|
||||
|
||||
let loaded = false;
|
||||
if (!loaded) {
|
||||
loadSvgIcons();
|
||||
loaded = true;
|
||||
}
|
||||
|
||||
const SvgAvatarIcon = createIcon('svg:avatar');
|
||||
|
||||
export { SvgAvatarIcon };
|
Reference in New Issue
Block a user