README
react-game-icons
find 1x1 -mindepth 2 -type f -exec mv -iy '{}' svgs/ ';' rm -rf react mkdir react npx @svgr/cli --template template.js -d react svgs/ printf "import React from 'react';" > react/0000import.js cat react/* > paths.ts rm react/0000import.js printf "import React from 'react';\nimport * as paths from './paths';\n\nexport class SvgWrapper : (any) => React.FC = (Element) => (props : React.SVGProps) => <Element {...props} />;\n\n" > tmp000.js ls react/ | xargs -n 1 basename | cut -d. -f1 | awk