/** * @thesvg/icons * * Re-export from generated dist. This file is replaced by the build script * with a fully generated barrel that individually re-exports every icon slug. * * After running `pnpm build`, `dist/index.js` is the real entry point. * This source file exists so TypeScript is aware of the shared types. */ export type { IconModule, IconVariants } from "./types.js";