react-devicon icon indicating copy to clipboard operation
react-devicon copied to clipboard

React implementation of the Devicon library.

Results 3 react-devicon issues
Sort by recently updated
recently updated
newest added

Installation fails with React v17 with dependency error. `npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^17.0.2" from the root project npm ERR! npm ERR! Could not resolve dependency:...

**Problematic code:** ```react import IconBootstrap from 'react-devicon/bootstrap/plain-wordmark' ``` **Intended behavior** Expecting icon to render properly on page **Output** Where the icon is to be rendered on my page, all that...

When i import the icon, it eventually vender the source string: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggMTI4Ij48ZyBmaWxsPSIjNjFEQU....... in my web page, While i tried to copy the svg source code like: https://github.com/fpoumian/react-devicon/blob/master/src/components/docker/original/DockerOriginal.svg and render it...