| 1 | // scripts/gen-icon-catalog.mjs — generate the design-system §02 icon catalog |
| 2 | // HTML from the canonical registry (lib/icons.ts) so the two can never drift. |
| 3 | // Run: node --experimental-strip-types scripts/gen-icon-catalog.mjs |
| 4 | import { ICON_DATA } from '../src/lib/icon-data.ts'; |