In 2.1.1 I get the following error ``` ERROR] Could not resolve "./tsx/Vercel" node_modules/.pnpm/css.gg@2.1.1/node_modules/css.gg/icons/icons.js:1405:23: 1405 │ var Vercel_1 = require("./tsx/Vercel"); ``` Its removed in "icons/tsx" ... but is still references in: - [icons.js](https://github.com/astrit/css.gg/tree/master/icons/icons.js) - [icons.d.ts](https://github.com/astrit/css.gg/tree/master/icons/icons.d.ts) After removing the references everything works