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

unsource-icons

v0.0.7

Published

## Overview

Downloads

7

Readme

unsource-icons

Overview

unsource-icons is an open-source package providing developers with a library of beautifully crafted, fully colored, and customizable tech-related icons. The library includes icons for popular frameworks, libraries, programming languages, and more. Each icon represents its respective technology with vibrant and authentic branding colors, making them ideal for enhancing the aesthetics of your project.


Features

  • Extensive Library: Icons for technologies like React.js, TailwindCSS, Docker, Python, and many more.
  • Customizable Size: Easily resize icons to suit your design needs.
  • Fully Colored: Icons come with standard colors representing their respective brands.
  • Ease of Use: Simple imports and straightforward integration.

Installation

To install the package, run:

npm install unsource-icons

or

yarn add unsource-icons

Usage

Basic Usage

To use an icon, import it and render it in your React component:

import React from 'react';
import { ReactJsIcon, TailwindCSSIcon } from 'unsource-icons';

const App = () => (
  <div>
    <ReactJsIcon size={40} />
    <TailwindCSSIcon size={50} />
  </div>
);

export default App;

Customizing Icons

Icons can be resized and styled using props like size and className:

<ReactJsIcon size={60} className='custom-class' />

API

Icon Components

All icons are available as individual React components. You can import only the icons you need to optimize bundle size.

getIcon

Dynamically fetch an icon by name:

import { getIcon } from 'unsource-icons';

const MyIcon = getIcon('React.js');

Available Icons

The library includes icons for various categories, such as:

  • Frameworks: React.js, Angular.js, Vue.js, Svelte, Next.js
  • Programming Languages: JavaScript, Python, Java, Ruby, PHP, Go, Rust
  • Tools: Docker, Webpack, Vite, Rollup, Git
  • CSS Frameworks: TailwindCSS, Material UI, Ant Design

Contributing

We welcome contributions! If you want to add more icons or improve the package, feel free to:

  1. Fork the repository.
  2. Make your changes.
  3. Open a pull request.

License

This project is licensed under the MIT License.


Feedback

We’d love to hear your thoughts! Reach out with feedback or feature requests to help us improve the package.