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

@webrenew/unicon

v0.3.2

Published

CLI for searching and bundling icons from Unicon - the unified icon library

Readme

@webrenew/unicon

CLI for browsing and exporting 19,000+ icons from 9 libraries.

Like shadcn/ui, but for icons. Search once, copy exactly what you need.

Installation

npm install -g @webrenew/unicon

# Or use npx (no install needed)
npx @webrenew/unicon search arrow

Quick Start

# Search for icons
unicon search "dashboard settings"

# Get icon as React component
unicon get home

# Copy to clipboard (macOS)
unicon get home | pbcopy

# Save to file
unicon get settings --format react -o ./Settings.tsx

# Bundle multiple icons
unicon bundle --category Dashboards -o ./icons

# Preview in terminal
unicon preview star

Commands

| Command | Description | |---------|-------------| | search <query> | AI-powered semantic search | | get <name> | Get single icon (React, Vue, Svelte, SVG) | | bundle | Export multiple icons at once | | preview <name> | ASCII preview in terminal | | info <name> | Show icon metadata | | init | Create .uniconrc.json config | | sync | Regenerate all configured bundles | | add <name> | Add bundle to config | | categories | List available categories | | sources | List icon libraries | | skill | Install AI assistant rules |

Output Formats

| Format | Flag | Description | |--------|------|-------------| | React | --format react | TypeScript component (default) | | Vue | --format vue | Vue 3 SFC | | Svelte | --format svelte | Svelte component | | SVG | --format svg | Raw SVG | | JSON | --format json | Icon metadata |

Config-Driven Workflow

For larger projects, define bundles in .uniconrc.json:

unicon init
unicon add dashboard --category Dashboards
unicon add nav --query "arrow chevron menu"
unicon sync

Icon Libraries

| Library | Icons | |---------|-------| | Lucide | 1,900+ | | Phosphor | 1,500+ | | Huge Icons | 1,800+ | | Heroicons | 292 | | Tabler | 4,600+ | | Feather | 287 | | Remix Icon | 2,800+ | | Simple Icons | 3,300+ | | Iconoir | 1,600+ |

AI Integration

Install rules for AI coding assistants:

unicon skill --ide claude
unicon skill --ide cursor
unicon skill --all

Then ask your AI to "add a home icon" and it will use Unicon.

Links

License

MIT