@saleshandy/icons
v1.11.2
Published
Saleshandy Icons Library
Downloads
357
Readme
🎉 Saleshandy Icons Library
The Saleshandy Icons Library is a comprehensive collection of 570+ SVG icons for use in your projects. These icons cover a wide range of categories and can be easily customized to fit your application's design.
🔧 Installation
You can install the Saleshandy Icons Library via npm by running the following command:
npm install @saleshandy/icons
🚀 Usage
To use the icons in your project, you can import them as SVG components or use them directly in your JSX.
Importing SVG Components
import { IconName } from '@saleshandy/icons';
// Use the icon as a component
<IconName />;
Replace IconName
with the specific icon name you want to use from the library.
🎨 Customization
Saleshandy Icons can be easily customized to match your application's design. You can modify the size, color, and other properties using CSS.
| Attribute | Description |
| --------- | ----------------------------------------------- |
| width
| The width of the icon. |
| height
| The height of the icon. |
| fill
| The fill color of the icon. |
| stroke
| The stroke color of the icon. |
| ...
| Any other attributes supported by SVG elements. |
Please refer to the SVG Element specification for a complete list of supported attributes.
📄 License
The Saleshandy Icons Library is licensed under the MIT License, which means you are free to use it in your projects, both commercial and non-commercial. However, we do ask that you provide attribution to the Saleshandy Icons Library project in your documentation and/or about page.
🔥 Credits
The Saleshandy Icons Library is developed and maintained by Saleshandy. We hope you find the it useful in your projects. If you have any questions or need further assistance, please don't hesitate to contact us.
Happy coding! ✨👩💻👨💻