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

iconoo

v1.0.9

Published

A Flexible Pure CSS Icons Pack. One Tag One Icon.

Downloads

25

Readme

iconoo

CircleCI GitHub stars GitHub stars

iconoo是一个纯CSS的图标库,基于 icono 改造而成,增加了整体缩放功能(线宽不变)和webpack引入方式。

LIVE DEMO

iconoo

How to use

  • 下载 后直接link引入css文件,然后直接在标签中引入相应的class即可,例如:

<i class="iconoo-home"></i>

<div class="iconoo-home"></div>

<span class="iconoo-home"></span>

<whatever class="iconoo-home"></whatever>

  • 如果你使用webpack,那么可以直接使用安装npm包并引入iconoo库即可。
// 安装包
npm i iconoo

// 通过webpack引入
require('iconoo');

PS:

  • 设置font-size可等比缩放图标,同时保持线宽不变,默认值为20px(图标宽高为30px)

  • 设置zoom或者transform scale可等比缩放图标,线宽也同时变大

  • 如果需要改变线宽和其他全局属性,请下载源码,更改variables.sass内的相应变量


iconoo

iconoo is an icon pack that needs no external resources. iconoo is base on icono, and it is flexible, and you don't need to calculate any diamesion.

LIVE DEMO

How to use

  • Download the css file and link it to your page, then use these class in every tag you want, like these:

<i class="iconoo-home"></i>

<div class="iconoo-home"></div>

<span class="iconoo-home"></span>

<whatever class="iconoo-home"></whatever>

  • if you use webpack,then you can install iconoo via npm and import into your app like this:
npm i iconoo

require('iconoo');

PS: You can simple adjust the size of icons by setting its font-size, of course you can also scale icons by zoom or transform: scale.


Available classes

  • iconoo-pin
  • iconoo-locationArrow
  • iconoo-sync
  • iconoo-reset
  • iconoo-share
  • iconoo-search
  • iconoo-home
  • iconoo-bars
  • iconoo-ellipsis
  • iconoo-tiles
  • iconoo-list
  • iconoo-smile
  • iconoo-frown
  • iconoo-meh
  • iconoo-volume
  • iconoo-volumeLow
  • iconoo-volumeMedium
  • iconoo-volumeHigh
  • iconoo-volumeDecrease
  • iconoo-volumeIncrease
  • iconoo-volumeMute
  • iconoo-play
  • iconoo-pause
  • iconoo-stop
  • iconoo-rewind
  • iconoo-forward
  • iconoo-next
  • iconoo-previous
  • iconoo-rightArrow
  • iconoo-leftArrow
  • iconoo-upArrow
  • iconoo-downArrow
  • iconoo-check
  • iconoo-checkCircle
  • iconoo-cross
  • iconoo-crossCircle
  • iconoo-plus
  • iconoo-plusCircle
  • iconoo-caretRight
  • iconoo-caretLeft
  • iconoo-caretUp
  • iconoo-caretDown
  • iconoo-caretRightCircle
  • iconoo-caretLeftCircle
  • iconoo-caretUpCircle
  • iconoo-caretDownCircle
  • iconoo-caretRightSquare
  • iconoo-caretLeftSquare
  • iconoo-caretUpSquare
  • iconoo-caretDownSquare

Development & Contributing

Using npm install the dependencies:

$ npm install

Run Gulp

$ gulp