import { withInstall } from '@jnpf/utils';

import IconPicker from './src/IconPicker.vue';

export const JnpfIconPicker = withInstall(IconPicker);
export { ymCustomJson } from './data/ymCustom';
export { ymIconJson } from './data/ymIcon';
