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 🙏

© 2025 – Pkg Stats / Ryan Hefner

qinuux-solidjs

v6.1.10

Published

A curated collection of well-optimized SVG tech logos for SolidJS — scalable, customizable, and crafted for developers and designers.

Readme

Welcome to qinuux-solidjs — a collection of meticulously crafted technology icons, built to deliver unmatched clarity, flexibility, and performance for modern SolidJS applications.
From fast-moving startups to large-scale enterprise platforms, Qinuux Icons ensures your visual language is consistent, scalable, and effortlessly adaptable.

Visit the official website →

React Package Here! → Vue Package Here! → Preact Package Here! →


🎯 Quick Overview

  • Designers – Browse and download icons instantly from the icons library without installing anything.
  • Developers – Install our official qinuux-solidjs npm package for effortless integration into your SolidJS codebase.
  • Customizable – Adjust size, color, stroke width, and other properties directly via props.
  • Scalable – Icons maintain perfect clarity at any resolution.
  • Consistent – Every icon follows strict design guidelines for visual harmony.

📦 Installation

Install Qinuux SolidJS using your preferred package manager:

# npm
npm i qinuux-solidjs

# yarn
yarn add qinuux-solidjs

# pnpm
pnpm add qinuux-solidjs

Once installed, import icons just like regular SolidJs components.

//You can try this!
import { WhatsApp, Netlify2 } from 'qinuux-solidjs'

function App() {

  return (
    <div style={{ "text-align": "center", padding: "2rem" }}>
      <h1>Qinuux SolidJs</h1>
      <div style={{ margin: "2rem auto", "max-width": "300px" }}>
        <WhatsApp size={99} color="blue" stroke-width={9}/>
      </div>
      <h1>Vs</h1>
      <div style={{ margin: "2rem auto", "max-width": "300px" }}>
        <Netlify2 size={99} color="#fff" stroke-width={1}/>
      </div>
    </div>
  )
}

export default App

⚙️ Props You Can Use

| | | | | |----------|-------------------|----------------|-----------------------------------------| | size | number \| string| undefined | Sets both width and height. | | color | string | currentColor | Sets the icon stroke/fill color. | | class | string | "" | Custom CSS classes (e.g. Tailwind). | | style | string \| object| undefined | Apply inline styles. |


🌐 Explore the Full Library

The complete collection, including search and category filters, is available in our icon library. From brand logos to development tools, Qinuux offers a consistent, modern, and developer-friendly icon set. Explore