import icons from './icons.json' with { type: 'json' }; import info from './info.json' with { type: 'json' }; import metadata from './metadata.json' with { type: 'json' }; import chars from './chars.json' with { type: 'json' }; export { icons, info, metadata, chars };