https://github.com/charan379/react-svg-icons
https://github.com/charan379/react-svg-icons
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/charan379/react-svg-icons
- Owner: charan379
- License: gpl-3.0
- Created: 2023-09-19T08:06:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T16:23:11.000Z (over 1 year ago)
- Last Synced: 2025-03-03T21:07:19.358Z (3 months ago)
- Language: TypeScript
- Size: 2.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-svg-icons
This is a component library package for react based applications.Preview icons before you use them in your application at:
[Storybook](https://charan379.github.io/react-svg-icons/)## Installation
This project is currenlty published at NPM with package name ``@charan379/react-svg-icons``, so you can install it from NPM repository.
```bash
npm install @charan379/react-svg-icons
```## Usage
To import all Icon components.
```bash
import * from "@charan379/react-svg-icons"
```
To import specific icons.```bash
import { , } from "@charan379/react-svg-icons"
```### Example
```bash
import { WhatsappSvg ,EmailSvg } from "@charan379/react-svg-icons"
```### To render icon:
```bash
```
### Example
```bash
```
### Example React Code
```bash
import React from 'react'
import { WhatsappSvg } from "@charan379/react-svg-icons";const Home = () => {
return (
<>
>
)
}export default Home;
```## Storybook
Test / Play with icons before you use them in your application at:
[Storybook](https://charan379.github.io/react-svg-icons/)## Authors
- [@charan379](https://www.github.com/charan379)
## License
[](https://www.gnu.org/licenses/agpl-3.0.en.html)