IOweb/node_modules/@iconify-json/lucide/index.mjs
2026-07-03 15:07:38 -05:00

6 lines
191 B
JavaScript

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 };