uihub-icons
v1.11.24
Published
A library of beautifully crafted react icons, perfect for enhancing the visual appeal and user experience of your web applications.
Maintainers
Readme
UIHub Icons
UIHub Icons is a modern, lightweight, and developer-friendly React icon library designed to elevate your application’s user interface with a wide range of beautifully crafted icons.
A glimpse of the sleek icons offered by UIHub Icons.
🚀 Features
- Easy to Use: Seamlessly integrate into any React project with minimal setup.
- Customizable: Easily style icons with size, color, and additional props.
- Lightweight: Optimized for fast load times without bloating your application.
- Extensive Collection: A wide variety of icons for all your design needs.
- TypeScript Support: Built-in TypeScript types for a better developer experience.
📦 Installation
Install UIHub Icons via npm or yarn:
# Using npm
npm install uihub-icons
# Using yarn
yarn add uihub-icons
# Using pnpm
pnpm add uihub-icons💻 Usage
Start using the library in your React application:
Basic Usage
import { IconBag } from "uihub-icons";
const App = () => {
return <IconBag size="24" color="blue" />;
};Customizing Icons
You can customize the icons using props:
- size: Adjust the size of the icon (e.g.,
24px,1.5rem). - color: Set the color of the icon using CSS-compatible color values.
import { IconUser } from "uihub-icons";
const App = () => {
return <IconUser size="32" color="#FF5733" />;
};🌟 Why Choose UIHub Icons?
- Designed for Developers: Simple API and full customization options.
- Built for React: Fully compatible with React applications.
- Consistent Design: Icons designed with a unified style for a polished UI.
🌐 Explore Icons
Check out the full library of icons at UIHub Icons Website.
🤝 Contributing
Contributions are welcome!
If you’d like to suggest a new icon or enhance existing features, feel free to open a pull request or file an issue in our GitHub repository.
🛠️ Support
If you encounter any issues or have questions, feel free to reach out. You can also support us by visiting our affiliated platforms:
📄 License
UIHub Icons is licensed under the MIT License.
🙌 Author
Created and maintained by the team at UIHub.
We’re dedicated to providing the best developer tools and UI libraries.
