redev-icons
v1.2.0
Published
A react Icon component library based on DevIcons
Readme
ReDev-Icons
ReDev-Icons is a library compiling all the original Devicons icons without wordmarks, built on top of Devicon.
The main motivation for this library is that Devicon and other libraries built on top of it were missing the new Angular logo and ollama.
Usage
add dependency
npm install redev-iconsimport component and use
import {AngularIcon} from "redev-icons";
const Demo = () => {
return (
<AngularIcon className={"....."}/>
);
};
export default Demo;