react-icon-svgl
v1.0.7
Published
A lightweight React component library providing high-quality SVG icons for popular platforms and technologies.
Downloads
1,002
Readme
react-icon-svgl
A lightweight React component library providing high-quality SVG icons for popular platforms and technologies.
Installation
npm install react-icon-svglUsage
import { GitHub, Discord, YouTube } from "react-icon-svgl";
export default function App() {
return (
<div>
<GitHub />
<Discord />
<YouTube />
</div>
);
}Available Icons
| Icon | Component |
|------|-----------|
| Discord | <Discord /> |
| Facebook | <Facebook /> |
| GitHub | <GitHub /> |
| Gmail | <Gmail /> |
| Instagram | <Instagram /> |
| LinkedIn | <LinkedIn /> |
| Meta | <Meta /> |
| Node.js | <Nodejs /> |
| NPM | <NPM /> |
| Telegram | <Telegram /> |
| WhatsApp | <WhatsApp /> |
| X (Twitter) | <XformerlyTwitter /> |
| YouTube | <YouTube /> |
Peer Dependencies
react^18 || ^19react-dom^18 || ^19
License
MIT
