react-simple-icons icon indicating copy to clipboard operation
react-simple-icons copied to clipboard

📦 This package provides the Simple Icons packaged as a set of React components.

Results 4 react-simple-icons issues
Sort by recently updated
recently updated
newest added

Our current `npm run build` takes too long time. We could use `esbuild` instead of `rollup + terser`. ### References - https://esbuild.github.io

## Description Getting the following error when deploying on Vercel importing any icon. ``` [Error: EMFILE: too many open files, open '/var/task/vercel/path0/node_modules/.pnpm/@[email protected][email protected]/node_modules/@icons-pack/react-simple-icons/icons/SiGooglecloudcomposer.mjs'] { errno: -24, code: 'EMFILE', syscall: 'open', path:...

help wanted

When I try to import any icon or color from react-simple-icons, I get the following error: ``` Uncaught SyntaxError: ambiguous indirect export: SiApple ``` (Or whatever I'm trying to import,...

help wanted

It would be great to have support for React 19, because atm, there is a peer dependency error popping up if you use this library.

help wanted
good first issue