Files
docs/node_modules/@iconify-json/simple-icons/index.mjs

7 lines
191 B
JavaScript
Raw Normal View History

2025-08-27 14:05:33 +08:00
import icons from './icons.json' with { type: 'json' };
import info from './info.json' with { type: 'json' };
const metadata = {};
const chars = {};
export { icons, info, metadata, chars };