suridev-icons
v3.0.0
Published
A Icon library for react web apps
Downloads
14
Readme
Suridev Icons
A icon library for react web apps
📦 Installation
To install the suridev-icons
package, use npm.
npm install suridev-icons
📄 Documentation
📥 Import Statement
After installation, you can import the icons into your React project.
import { Lock } from 'suridev-icons';
📝Usage
<Lock />
🛠️Customization
You can customize the size by passing props such as height and width.
<Lock height="100" width="100" />
For more details visit suridev-icons
suridev-icons
is licensed under the MIT License