This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
/* | |
* ALL CREDITS GO TO https://gist.github.com/lukaskoeller/303fe233298fd443418a352ef68d3ba7 | |
* I just changed the output file to be typescript | |
*/ | |
// Icon Map Build Script | |
const { readdirSync, writeFileSync } = require('fs'); |