npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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.

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.


image
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.